

/* Start:/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/style.css?173134362732421*/
.basic-btn {
    color: #fff;
    background-color: #785A46;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.to-video {
    text-decoration: none;
    max-width: 323px;
    width: 100%;
    padding: 19px 0;
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.basic-btn:hover {
    background-color: #830800;
}

.menu-mobile {
    display: flex;
    align-items: center;
    z-index: 10;
}

.navigation .register-btn,
.navigation-footer .register-btn {
    padding: 16px 32px;
    font-size: 15px;
}

.navigation-footer .register-btn {
    background-color: #D18E61;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation .container,
.navigation-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-desc {
    position: relative;
    margin-top: -94px;
}
@media (max-width: 1024px) {
    .event-desc {
        margin-top: -62px;
    }
}
.main-banner {
    padding-bottom: 55px;
    background-color: #E6D5B9;
    background-image: url(/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/background-circle.svg);
    background-repeat: no-repeat;
    background-position: calc(50vw - 161px) 0;
}

/*.main-banner.menu-shown {*/
/*    background-image: none;*/
/*    background-color: #FFF9F1;*/
/*}*/

.main-banner .container {
    min-height: 620px;

}
.main-banner .register-anchor {
    z-index: 1;
    position: absolute;
    top: 180px;
    right: calc(50vw - 616px);
    width: 284px;
    height: 210px;
    background-image: url(/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/button-first-screen.svg);
    background-repeat: no-repeat;
    background-position: -7px -40px;
}

.main-banner .register-anchor.participating {
    background-image: url(/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/check-party.svg);
}

.main-banner .register-anchor:not(.participating):after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 49%;
    left: 68.3%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 8px solid rgba(230,213,185, 0.4);
    border-radius: 100%;
    box-shadow: 0 0 24px 1px rgba(224,199,224,0.2);
    opacity: 0;
    transition: all 0.5s cubic-bezier(1.000, -0.195, 0.000, 1.330);
    transition-timing-function: cubic-bezier(1.000, -0.195, 0.000, 1.330);
}

.main-banner .register-anchor:not(.participating):hover:after {
    width: 135px;
    height: 135px;
    opacity: 1;
}

.for-who__buttons .participation-form + .register-anchor {
    display: none;
}

/* поправь кнопку */
.main-banner .basic-btn.register-btn {
    width: 0;
    height: 0;
    opacity: 0;
}
.main-banner__lane {
    position: absolute;
    top: 94px;
    left: 0;
    width: calc((100vw - 839px) / 2);
    height: 169px;
    background-color: var(--project-text-color);
}
.main-banner__text-vert {
    position: absolute;
    top: 66px;
    right: -4px;
    font: 400 34px/157% var(--font-title);
    letter-spacing: 0.01em;
    text-align: right;
    color: var(--project-color);
    text-transform: uppercase;
    transform: rotate(90deg);
}
.main-banner__text-vert span {
    font: 400 34px/157% var(--font-title);
    color: #fff;
}

.main-banner__text {
    display: flex;
    padding-top: 521px;
}

.main-banner__text h1 {
    margin-left: -5px;
    padding-bottom: 5px;
    font: 400 157px/64% var(--font-title);
    letter-spacing: 0.06em;
    text-transform: lowercase;
    color: #fff;
}
.main-banner__text h1 span {
    font: 400 157px/64% var(--font-title);
    color: var(--project-color);
}

.main-banner__date {
    align-self: flex-end;
    margin-right: -50px;
    padding-left: 14px;
    font: 400 47px/109% var(--font-title);
    text-transform: uppercase;
    color: #fff;
}
.main-banner__date span {
    display: inline-block;
    margin-left: 118px;
    font: 400 47px/109% var(--font-title);
    color: inherit;
}
.main-banner__hr {
    box-shadow: none;
    width: 65%;
    height: 7px;
    margin: 9px 0 0 45%;
    border: none;
    background-color: #fff;

}
.main-banner .register-btn {
    margin-top: 28px;
    padding: 20px 60px;
    font-size: 20px;
    max-width: 323px;
    max-height: 64px;
}

.navigation {
    background-color: transparent;
    padding: 12px 0;
    position: relative;
}

.navigation-footer {
    margin-top: 120px;
    background: #E6D5B9;
    padding: 13px 0;
}
.navigation .logo {
    z-index: 1;
}
.nav-menu {
    display: flex;
    gap: 32px;
}

.nav-menu a {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-decoration: none;
}

.nav-menu a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    background: #fff;
    width: 0;
    transition: width 0.3s;
}

.navigation-footer .nav-menu a:after {
    background: #3C3A3C;
}

.nav-menu a:hover:after {
    width: 100%;
}

.nav-menu .make-orange {
    color: #fff;
}

.navigation-footer .nav-menu a {
    /*color: #fff;*/
    color: var(--project-text-color);
}
.navigation-footer .nav-menu a.make-orange {
    color: var(--project-color);
}

.description-article {
    margin-top: 80px;
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
}

.block-header {
    display: flex;
    margin-bottom: 47px;
    justify-content: space-between;
}

.block-header p {
    font-size: 24px;
    max-width: 808px;
}

.block-header h2,
.slider-top__heading,
.event-contacts h2 {
    font-size: 70px;
    font-weight: 400;
    line-height: 113%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.registered {
    display: flex;
    align-items: center;
    border: 2px solid #785A46;
    background: transparent;
    padding: 19px 43px;
    border-radius: 1000px;
    font-size: 20px;
    font-weight: 500;
    width: max-content;
    margin-top: 28px;
}

.registered img {
    margin-right: 14px;
    width: 29px !important;
    height: 29px;
}

.menu-mobile .registered,
.navigation-footer .registered,
.format-register-block .registered {
    display: none;
}

.navigation-footer .registered {
    margin-top: 0;
    padding: 19px 25px;
    border: 2px solid #fff;
    background-color: #fff;
}

.for-who__buttons .registered {
    display: none;
}

.format-register-block .registered {
    padding: 19px;
}

.for-who {
    margin-top: 115px;
    border-top: 1px solid var(--project-text-color);
    border-bottom: 1px solid var(--project-text-color);
}
.for-who .container {
    position: relative;
    display: flex;
}
.for-who .container:after {
    content: "";
    position: absolute;
    top: -130px;
    right: -13%;
    transform: translateX(-50%);
    width: 188px;
    height: 147px;
    background: url("/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/figure1.png") center center no-repeat;
    background-size: 100%;
}
.for-who__specialties {
    flex: 1 1 600px;
    padding: 63px 44px 62px 0;
    border-right: 1px solid var(--project-text-color);
}
.for-who__heading {
    margin-bottom: 28px;
    font: 700 29px/141% var(--font);
    text-transform: uppercase;
    span {
        color: var(--project-color);
    }
}
.for-who__others {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #868386;
    margin: -7px 0;
}

.for-who__specialties-list {
    display: flex;
}

.for-who__specialties-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 22px;
    gap: 16px 60px;
}

.for-who__specialties-list li {
    width: 35%;
    font-size: 18px;
    font-weight: 400;
    line-height: 128%;
}
.for-who__specialties-list li::marker {
    font-size: 25px;
    line-height: 0;
    color: #B80B00;
}
.for-who__description {
    flex: 1 1 600px;
    padding: 57px 0 0 44px;
}

.for-who__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
}

.for-who__buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .for-who .container:after {
        top: -60px;
        right: -5%;
        width: 95px;
        height: 74px;
    }
}

div.for-who__description a.register-anchor {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
    color: #fff;
    background-color: #B80B00;
}

div.for-who__description a.register-anchor .basic-btn.register-btn {
    padding: 19px 75px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: center;
    color: #fff;
    background-color: #B80B00;
}

div.for-who__description a.register-anchor .basic-btn.register-btn:hover {
    background: #830800;
}

.for-who .register-btn {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
}

.for-who-free {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #868386;

}

.event-days .block-header {
    margin-bottom: 26px;
}

.event-days {
    margin-top: 131px !important;
}

.event-card {
    padding: 24px 32px;
    background-color: #fff;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    box-shadow: 0px 7px 30px 0px #F0E7DD80;
}
.event-card:has(.pause) {
    flex-wrap: nowrap;
}
.event-card footer {
    margin-left: 209px;
}
.event_report_add_information {
    font-size: 14px;
    color: rgba(134, 131, 134, 0.8);
}
.event-time {
    background-color: #3C3A3C;
    padding: 8px 25px;
    width: 173px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    min-width: max-content;
    border: 2px solid transparent;
}

.event-time.pause {
    border: 2px solid #E6D5B9;
    background: transparent;
    color: #000000;
}

.event-content {
    width: calc(100% - 209px);
    margin-left: 36px;
}

.event-name {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}

.event-speakers {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 28px;
}

.speaker {
    display: flex;
    align-items: center;
    width: 31%;
}
div.lecture-speakers img {
    border-radius: 0;
}
.speaker img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #C6B8A3;
    filter: sepia(50%);
    margin-right: 16px;
}

.research-slide {
    color: #ffffff;
    display: block;
}

.slider-top__heading {
    margin-top: 123px;
}

.research-slide__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.research-slide__desc {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: var(--project-text-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;


}

.research-slide__top {
    position: relative;
}

.research-slide__top::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.1s;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
    background-image: url('/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/video-play.svg');
}


.format-wrapper {
    margin-top: 120px;
    border-top: 1px solid #3C3A3C;
    border-bottom: 1px solid #3C3A3C;
}
.format-container {
    padding: 50px 58px 31px;
    border-left: 1px solid #3C3A3C;
    border-right: 1px solid #3C3A3C;
}
.format-register-block {
    background-image: url('/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/main-banner-bg.jpg');
    padding: 48px 27px;
    border-radius: 24px;
    max-width: 288px;
    background-position: bottom;
}

.format-register-block__text {
    font-size: 18px;
    line-height: 25px;
}
.format-description__heading {
    margin-bottom: 19px;
    font-size: 28px;
    font-weight: 800;
    line-height: 146%;
    text-transform: uppercase;
    span {
        color: #B80B00;
    }
}
.format-wrapper ul {
    list-style-type: disc;
    padding-left: 18px;
}
.format-wrapper ul li {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 172%;
}
.format-wrapper ul li::marker {
    font-size: 26px;
    color: #B80B00;
}

@media (max-width: 1024px) {
    .format-container {
        padding: 16px;
    }

    .format-description__heading {
        margin-bottom: 24px;
        font-size: 17px;
        line-height: 26px;
    }

    .format-wrapper ul li {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 19px;
    }
}
@media (max-width: 768px) {
    .format-container {
        border-left: none;
        border-right: none;
    }
}


.sponsors-section {
    margin: 60px 0 24px;
}

.sponsors {
    display: flex;
    gap: 24px;
}

.sponsors .flex-double__item {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 12px);
    padding: 32px;
    background: #fff;
    box-shadow: 0 7px 30px 0 #F0E7DD80;
}

.sponsors .flex-double__item:last-child img {
    max-width: 90%;
    margin: 0 auto;
}

.sponsors a {
    margin-top: auto;
    color: var(--text-color);
    text-decoration: underline;
    text-align: right;
}

.sponsors-mini {
    display: flex;
    justify-content: center;
    margin: 0 -11px 104px -11px;
}

.sponsors-mini__inner {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.sponsors-mini__swiper {
    display: none;
}

.sponsors-mini__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 113px;
    max-width: 129px;
    box-shadow: 0px 7px 30px 0px #F0E7DD80;
    padding: 20px 20px;
    background: #fff;
    /*border: 1px solid var(--main-bg);*/
    overflow: hidden;
    transition: border 0.3s;
}

/*.sponsors-mini__item:hover {
    border: 1px solid var(--program-bg);
}*/

.sponsors-mini img {
    max-width: 100%;
    max-height: 90%;
}

.event-contacts {
    margin-top: 120px !important;
    display: flex;
}

.event-contacts__block {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 37px;
}

.event-contacts__data {
    margin-top: 48px;
}


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

.event-contacts__text {
    font-size: 24px;
    font-weight: 500;
}

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

.event-contacts__info {
    background-color: #FFFFFF;
    padding: 48px 32px;
    margin-right: 24px;
    width: 100%;
    box-shadow: 0px 7px 30px 0px #F0E7DD80;
}

.contact-phone,
.event-contacts__contact {
    text-decoration: none;
}

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

.event-contacts__contact {
    color: var(--project-text-color);
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.event-contacts__contact::before {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.contact-phone::before {
    content: url('/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/phone.svg');
}

.contact-email::before {
    content: url('/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/email.svg');
}

.participant-ticket {
    padding: 16px 0;
    width: 100%;
    border: 1px solid #785A46;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #35180B;
    text-align: center;
    border-radius: 1000px;
    transition: all 0.2s ease-in-out;
}

.participant-ticket:hover {
    color: #fff;
    background-color: #785A46;
}

.event-history {
    margin: 104px auto !important;
}

.event-history h2 {
    font-size: 67px;
    line-height: 71px;
    margin-bottom: 24px;
}

.event-history__inner {
    white-space: nowrap;
    overflow-x: auto;
}

.event-history a,
.event-history span {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #868386;
    text-decoration: none;
    transition: color 0.3s;
}

.event-history span {
    color: #B80B00;
}

.event-history a + *,
.event-history span + * {
    margin-left: 24px;
}

.event-history a:hover {
    color: #3C3A3C;
}

/* Modal opening object (link, button, or pretend button) */

button,
[aria-role=button] {
    cursor: pointer;
}

button[data-modal][aria-controls],
[aria-role=button][data-modal][aria-controls] {
    transition: all 0.3s ease-out;
}

/* Hover & focus indication. */

/* Reads as: if button, or aria-role=button, has data-model attribute and JavaScript has added aria-controls then on hover or focus */

button[data-modal][aria-controls]:hover,
button[data-modal][aria-controls]:focus,
[aria-role=button][data-modal][aria-controls]:hover,
[aria-role=button][data-modal][aria-controls]:focus {
    filter: contrast(120%);
    outline: 0 solid;
}

/* Modal opening link cosmetics */

.lnk_modal-img {
    padding: 0;
}

.lnk_modal-open:active {
    filter: brightness(85%);
}

.img_modal-open {
    display: block;
    border: 0 solid;
}

/* The modal section is added via JS */

.modal {
    max-width: 80vw;
    max-height: 90vh;
    margin: 0 auto;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    z-index: 10;
    transition: opacity 0.5s ease-out, visibility 0s ease-out 1s, transform 0.5s ease-out 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8) translate3d(0, 0, 0);
    pointer-events: none;
}

.modal[aria-hidden=false] {
    position: fixed;
    transition-delay: 0s, 0s, 0s;
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate3d(0, 0, 0);
    pointer-events: auto;
}

/* Light box properties */

.modal_lightbox {
    text-indent: -200em;
    background-color: rgba(0, 99, 190, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* places the modal overlay between the main page (0) and the modal dialog (10) */
    z-index: 5;
    cursor: pointer;
    transition: opacity 0.5s ease-out, visibility 0s ease-out 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.modal_lightbox-on {
    transition-delay: 0s, 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal_lightbox-on:hover {
    /* Stolen from trickle.js. Under consideration. SVGs will not work here */
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAANpJREFUOBGNkz0KAjEQhYPYWXgCKws7LcXWyt7WG4i9jegBvIJ4AvEyXsRCsBDiN0sGkiE/O/A2O9n3viS7rPPeb9ETrVzPwrtHDzR1XF5I6oPWLQaeq5hDXQRw0I6xCuF5HH7Tz7oFuTkhrSyEhza8THaLoQhphpWUg/QOFyA/AFpy5nTbGrIjxvg4AiiGBzYc+rGZH9KPzFy+ZbX4bX9l+VDZr5NQMMbhbtvMxccpQ3JhpTchtXATQviItIpvW0CY7HHm8c9UDRd2chbABt3RQk2tEe8O3dDkD4JQ4iOR7BMpAAAAAElFTkSuQmCC"), pointer;
}

/* Modal title and description */

.modal_title,
.modal_desc {
    top: 5px;
    left: -200em;
    color: #000;
    font-size: 27px;
    padding: 0.125em 0.25em;
    margin-bottom: 25px;
    text-align: center;
    display: none;
}

.modal_title:focus,
.modal_desc:focus {
    left: 5px;
}

[aria-hidden=false] .modal_title {
    transition: opacity 0.5s ease-out 3s;
}

.modal_title,
.modal_title:focus {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

/* The iframe */

.modal_iframe {
    transition: opacity 0.5s ease-out, visibility 0s ease-out 1s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.modal_iframe-on {
    transition: opacity 0.8s ease-out, visibility 0s ease-out 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

[aria-hidden=true] .modal_iframe {
    display: none;
}

[aria-hidden=false] .modal_iframe {
    display: block;
}

/* The modal pop-ups close button, appears last in the modal, but is moved visually to the top right of the pop-up */

.modal_lnk-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -37px;
    border: 0 solid;
    width: 40px;
    height: 40px;
    overflow: hidden;
    transition: background-color 0.3s ease-out;
}

.modal_lnk-close:hover,
.modal_lnk-close:active,
.modal_lnk-close:focus {
    outline: 0 solid;
}

.svg-close {
    pointer-events: none;
    width: 40px;
    height: 40px;
    stroke: #fff;
    stroke-width: 2;
}

/* Modal SVG (Tesco) loading animation version 2 (overlaid on itself and out of phase) */

[class*=svg-loading] {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: -1;
    transition: opacity 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.svg-loading {
    fill: #00539f;
    -webkit-animation: rotate 4s linear 0s infinite;
    animation: rotate 4s linear 0s infinite;
}

.svg-loading2 {
    /* Match to .modal background colour for full effect */
    fill: #F7F0E8;
    -webkit-animation: rotate 5s linear 1s infinite;
    animation: rotate 5s linear 1s infinite;
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg) translate3d(0, 0, 0);
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg) translate3d(0, 0, 0);
    }
}

/* While modal is open */

/* Class added to body tag to prevent scroll
   Note the body does not require class "-modal" */

body.-modal-open {
    overflow: hidden;
}

/* Any tags classed with "-modal", when open, get "-modal-open" added */

/* Both of these are equivalent, best practice to use the attribute version which enforces accessibility */

.-modal[aria-hidden=true] {
    filter: blur(4px);
}

.-modal.-modal-open {
    filter: blur(4px);
}

/* Generic helper style */

.u-margin2 {
    margin: 2rem 0;
}

.modal_lnk-close {
    background-image: url("/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/white-cross.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.burger-img {
    display: none;
}

.mobile-paragraph {
    font-size: 14px;
    display: none;
    font-weight: 400;
    line-height: 19.6px;
}

@media (max-width: 1440px) {
    .main-banner .container {
        overflow: hidden;
    }
}
@media (max-width: 1247px) {
    .nav-menu {
        gap: 20px;
    }
    .main-banner {
        background-position: 350px 0;
    }
    .main-banner__lane {
        width: 206px;
    }
    .main-banner__text h1 {
        font-size: 116px;
    }
    .main-banner__text h1 span {
        font-size: 116px;
    }
    .main-banner__date {
        font-size: 40px;
    }
    .main-banner__date span {
        display: block;
        font-size: 40px;
    }
    .main-banner .register-anchor {
        right: 21px;
    }
    .for-who__specialties {
        padding-right: 15px;
    }
    .for-who__description {
        padding-left: 15px;
    }
    div.for-who__description a.register-anchor .basic-btn.register-btn {
        padding: 19px 60px;
    }
    div.for-who__description a.register-anchor .basic-btn.register-btn:hover {
        background: #830800;
    }
}
@media (max-width: 1150px) {

    .for-who .container {
        display: block;
    }

    .for-who__specialties {
        margin: 0 -24px;
        padding: 63px 24px;
        border-right: none;
        border-bottom: 1px solid var(--project-text-color);
    }
    .for-who__description {
        padding: 63px 0;
    }

    .event-contacts {
        flex-direction: column;
    }

    .event-contacts__info {
        width: auto;
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .navigation {
        z-index: 5;
    }
    .navigation .container {
        justify-content: space-between;
    }

    .navigation .logo img {
        width: 43px;
    }

    .burger-img,
    .mobile-paragraph {
        display: block;
    }

    .menu-mobile {
        display: none;
        position: absolute;
        top: 62px;
        left: 0;
        height: 100vh;
        width: 100%;
        background-color: #FFF9F1;
    }
    .navigation:has(.menu-mobile.active) {
        background-color: var(--project-add-color);
    }
    .menu-mobile.active {
        display: block;
        background-color: var(--project-add-color);
    }

    .menu-mobile .nav-menu {
        margin-top: 16px;
    }
    .nav-menu {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .nav-menu li a {
        font-size: 18px;
        color: var(--project-text-color);
    }

    .navigation-footer {
        padding: 32px 0;
    }

    .navigation-footer .container {
        flex-direction: column;
        align-items: stretch;
    }

    .navigation-footer .logo {
        margin-bottom: 24px;
    }

    .navigation-footer .nav-menu {
        padding: 0;
        margin-bottom: 8px;
    }
    .main-banner__lane {
        top: 86px;
        width: 188px;
        height: 150px;
    }
    .main-banner__text-vert {

        top: 66px;
        right: -4px;
        font-size: 27px;
        line-height: 43px;
        span {
            font-size: inherit;
            line-height: inherit;
        }
    }
    .main-banner {
        background-size: auto 1800px;
        background-position: right -2216px top 0;
    }
    .main-banner__text {
        padding-top: 330px;
        flex-direction: column;
        gap: 20px
    }
    .main-banner__text h1 {
        margin-right: -11px;
        text-align: right;
    }
    .main-banner__date {
        margin-right: 0;
        padding-left: 0;
        text-align: right;
        span {
            margin-left: 0;
            text-align: right;
        }
    }
    .main-banner__hr {
        position: absolute;
        top: 410px;
        right: 0;
        width: 250px;
        margin: 0;
    }
    .main-banner .register-anchor {
        top: 480px;
        right: auto;
        left: 150px;
        width: 150px;
        height: 115px;
        background-image: url(/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/button-first-screen-mob.svg);
        background-position: -5px -23px;
    }
    .main-banner .register-anchor.participating {
        background-image: url(/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/check-party-mob.svg);
        background-position: -10px -21px;
    }
    .main-banner .register-anchor:not(.participating):after {
        top: 47%;
        left: 69%;
        border: 6px solid rgb(60, 60, 59, 0.4);
    }
    .main-banner .register-anchor:not(.participating):hover:after {
        width: 75px;
        height: 75px;
    }
    .description-article {
        margin-top: 40px;
        font-size: 18px;
    }
    .for-who {
        margin-top: 50px;
    }
    .for-who__specialties {
        padding: 26px 24px;
    }
    .for-who__description {
        padding: 26px 0;
    }
    .for-who__text {
        font-size: 15px;
    }
    .for-who__buttons {
        margin-top: 28px;
    }
    .for-who__heading {
        margin-bottom: 17px;
        font-size: 17px;
        font-weight: 800;
        text-wrap: pretty;
    }
    .for-who__specialties-list ul {
        gap: 0 15px;
    }
    .for-who__specialties-list li {
        font-size: 15px;
        font-weight: 500;
    }
    .for-who__others {
        margin: 0;
        font-size: 15px;
    }
    div.for-who__description a.register-anchor {
        font-size: 16px;
        line-height: 22.4px;
        .basic-btn.register-btn {
            font-size: 16px;
            line-height: 22.4px;
            padding: 14px 75px;
        }
    }
    .block-header h2,
    .slider-top__heading,
    .event-contacts h2 {
        font-size: 38px;
    }
    .nav-menu .make-orange {
        color: var(--project-color);
    }
}

@media (max-width: 990px) {
    .block-header p {
        max-width: 550px;
    }
}

@media (max-width: 768px) {
    .to-video {
        font-size: 15px;
        padding: 14px 0;
        margin-top: 16px;
    }

    .block-header {
        flex-direction: column;
    }

    .event-history {
        margin: 54px 0 !important;
    }

    .block-header h2,
    .event-history h2,
    .event-contacts h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .main-banner {
        height: 100%;
    }
    .main-banner p {
        font-size: 15px;
    }
    .main-banner {
        background-position: right -2226px top 0;
    }
    .main-banner .register-btn {
        font-size: 15px;
        padding: 15px 0;
        width: 100%;
    }
    .register-anchor {
        display: block;
    }

    .register-anchor button {
        width: 100%;
    }

    .description-article {
        font-size: 18px;
        margin-top: 40px;
    }

    .event-days,
    .event-contacts {
        margin-top: 54px !important;
    }

    .sponsors-section {
        margin: 16px 0 0;
    }
    .for-who__others br {
        display: none;
    }
    .format .register-btn {
        font-size: 15px;
    }

    .format-register-block {
        max-width: 100%;
    }

    .event-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }

    .event-time {
        width: auto;
        font-size: 12px;
        padding: 5px 8px;
    }

    .event-name {
        font-size: 15px;
    }

    .event-content {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
    .event-card footer {
        margin-left: 0;
    }
    .for-who__specialties-list,
    .format,
    .sponsors {
        flex-direction: column;
    }
    .for-who__specialties-list {
        gap: 16px;
    }
    .for-who__specialties-list ul {
        gap: 10px;
    }
    .sponsors-mini {
        display: block;
        margin: 0;
    }

    .sponsors-mini__inner {
        display: none;
    }

    .sponsors-mini__swiper {
        display: block;
        margin-top: 16px;
    }

    .sponsors-mini__item {
        min-height: 100%;
        max-width: 100%;
    }

    .sponsors .flex-double__item {
        padding: 32px 16px;
        width: auto;
    }

    .flex-double__item img,
    .sponsors .flex-double__item:last-child img {
        max-width: 292px;
    }

    .sponsors .flex-double__item:last-child img {
        margin: 0;
    }

    .event-contacts__block {
        margin-top: 16px;
        gap: 16px 37px;
    }

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

    .event-contacts__data {
        margin-top: 16px;
    }

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

    .event-contacts__heading {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .event-contacts__text {
        font-size: 18px;
    }

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

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

    .contact-phone::before {
        content: url('/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/phone-small.svg');
    }

    .contact-email::before {
        content: url('/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/email-small.svg');
    }

    .participant-ticket {
        margin-bottom: 8px;
        font-size: 15px;
        padding: 14px 0;
    }
}
@media (max-width: 640px) {
    .main-banner {
        height: 552px;
        background-image: url(/local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/img/background-circle-mob.svg);
        background-size: auto;
        background-position: right top;
    }
    .main-banner__lane {
        width: 156px;
    }
    .main-banner__text h1,
    .main-banner__text h1 span {
        margin-right: 0;
        padding-bottom: 0;
        font-size: 62px;
        line-height: 49px;
        letter-spacing: 0.06em;
    }
    .main-banner__date {
        font-size: 25px;
        line-height: 30px;
        span {
            font-size: 25px;
            line-height: 37px;
        }
    }
    .main-banner__hr {
        top: 380px;
        width: 144px;
        height: 4px;
    }
    .main-banner .register-anchor {
        top: 410px;;
        left: 10vw;
    }
    /*.for-who__specialties-list ul {*/
    /*    flex-direction: column;*/
    /*}*/
    .for-who-free {
        display: none;
    }
}
@media (max-width: 490px) {
    .for-who__specialties-list li {
        width: 48%;
    }
}
@media (max-width: 360px) {
    /*.for-who__heading {*/
    /*    font-size: 23px;*/
    /*    line-height: 30px;*/
    /*}*/
    div.for-who__description a.register-anchor {
        width: 100%;
        .basic-btn.register-btn {
            width: 100%;
            padding: 14px;
        }
    }

}

@media (max-width: 350px) {
    .event-contacts__contact {
        font-size: 16px;
    }
    .main-banner {
        background-position: right -18px top 30px;
    }

    .main-banner__text h1, .main-banner__text h1 span {
        font-size: 56px;
    }
    .main-banner .register-anchor {
        left: 3vw;
    }
    .for-who__specialties-list li {
        width: 100%;
    }
}

/* End */


/* Start:/local/libs/swiper/swiper-bundle.min.css?177088948915818*/
/**
 * 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/epilepsy2024/components/medigit/conference.person.list/headliners/style.css?17313436273834*/
.persons-container {
    position: relative;
    margin-top: 126px;
    padding: 47px 0 60px;
    background: url("/local/templates/epilepsy2024/components/medigit/conference.person.list/headliners/img/speakers-cell.svg") top 150px right 0 no-repeat, #E6D5B9;
    background-size: 65vw;
}

.persons-container .container {
    position: relative;
}
.persons-container .container:after {
    content: "";
    position: absolute;
    bottom: -160px;
    left: -35px;
    transform: translateX(-50%);
    width: 396px;
    height: 420px;
    background: url("/local/templates/epilepsy2024/components/medigit/conference.person.list/headliners/img/figure2.png") center center no-repeat;
    background-size: 100%;
}

@media (max-width: 1550px) {
    .persons-container .container:after {
        bottom: -160px;
        left: 100px;
        width: 250px;
        height: 260px;
    }
}

@media (max-width: 768px) {
    .persons-container .container:after {
        display: none;
    }
}

.persons {
    z-index: 10;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
    margin-bottom: 50px;
    text-align: center;
}
.person {
    width: calc(25% - 18px);
    display: block;
    cursor: pointer;
}
.persons .person__name {
    margin-top: 11px;
    font-family: Geist;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}
.show-more {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    padding: 19px 0;
    border: 1px solid #3C3A3C;
    background: #E6D5B9;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
    color: #3C3A3C;
    transition: all 0.3s ease-in-out;
}
.show-more:hover {
    color: #B80B00;
    border-color: #B80B00;
}
.persons-container .block-header {
    margin-bottom: 25px;
}
.persons-container .block-header h2 {
    width: 50%;
}
.persons-container .block-header p {
    align-self: flex-end;
    width: calc(50% - 12px);
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    padding-bottom: 15px;
}
.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: 24px;
    font-weight: 500;
    line-height: 30px;
}
.person__preview {
    margin-top: 8px;
    font-size: 14px;
    line-height: 19.6px;
}
.person__photo img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 1247px) {
    .persons-container .block-header {
        gap: 3vw;
    }
}
@media (max-width: 1024px) {
    .persons-container .container {
        background-size: 100%;
    }

    .persons {
        gap: 24px 14px;
        margin-bottom: 30px;
    }
    .person {
        width: calc(33.33% - 9.33px);
    }
    .persons .person__name {
        margin-top: 4px;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .persons-container .block-header {
        gap: 24px;
        margin-bottom: 13px;
    }
    .persons-container .block-header h2 {
        width: auto;
    }
    .persons-container .block-header p {
        align-self: flex-start;
        width: auto;
        text-wrap: pretty;
        padding-bottom: 0;
        font-size: 15px;
        line-height: 22px;
    }
    .show-more {
        padding: 12px 0;
    }
}
@media (max-width: 768px) {
    .persons-container {
        margin-top: 56px;
        padding: 32px 0;
        background-size: 100vw;
    }

    .persons-container .block-header {
        gap: 13px;
    }
    .block-header p {
        font-size: 16px;
    }
    .person__preview {
        font-size: 11px;
        line-height: 15px;
    }
}
@media (max-width: 600px) {
    .person {
        width: calc(50% - 7px);
    }
}
/* End */


/* Start:/local/templates/epilepsy2024/components/medigit/conference.person.list/lecturespeaker/style.css?17302759621399*/
.lecture-speakers {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 28px;
}

.lecture-speakers .person__name {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.lecture-speakers .person__photo {
    display: inline-block;
    width: 80px;
    position: relative;
    margin-bottom: 8px;
    margin-right: 16px;
}

.lecture-speakers .person {
    display: flex;
    align-items: center;
    width: 31.6%;
    margin: 0;
    min-width: 300px;
}

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

.lecture-speakers p {
    font-weight: 500;
    white-space: nowrap;
}

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

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

    .lecture-speakers .person__name {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .lecture-speakers {
        gap: 16px;
        margin-top: 8px;
    }

    .lecture-speakers .person {
        width: 46.6%;
        min-width: auto;
    }

    .lecture-speakers .person__photo {
        margin: 0;
        width: 49px;
    }

    .lecture-speakers .person__name {
        font-size: 12px;
        line-height: 15px;
        min-width: auto;
        margin-left: 8px;
    }
}

@media (max-width: 360px) {
    .lecture-speakers {
        flex-direction: column;
    }
}

/* End */


/* Start:/local/templates/epilepsy2024/components/medigit/conference.slider/sponsors/style.css?173027596261*/
.swiper-slide {
    min-width: 94px;
    min-height: 94px;
}

/* End */


/* Start:/local/templates/epilepsy2024/components/medigit/conference.person.list/popup/style.css?17302759621565*/
.persons-detail-container {
    display: none;
}

.person-detail__popup {
    border-radius: 24px;
    width: 70%;
    max-width: 1016px;
    padding: 63px 104px;
}

.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/epilepsy2024/components/medigit/conference.person.list/popup/img/x.svg");
}

.person-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.person-detail__content img {
    max-width: 289px;
    max-height: 289px;
    margin-right: 22px;
    border-radius: 1000px;
}

.person-detail__content p {
    font-size: 18px;
    line-height: 25px;
}

.person-detail__content .person__name {
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 16px;
}

@media (max-width: 1150px) {
    .person-detail__popup {
        max-width: 800px;
    }
}

@media (max-width: 900px) {
    .person-detail__popup {
        max-width: 500px;
        padding: 32px 16px;
    }

    .person-detail__content {
        flex-direction: column;
    }

    .person-detail__content img {
        max-width: 157px;
        max-height: 157px;
        margin-right: 0;
    }

    .person-detail__content .person__name {
        font-size: 18px;
        margin: 16px 0 8px 0;
        line-height: 21px;
    }

    .person-detail__content p {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
    }
}

/* End */
/* /local/templates/epilepsy2024/components/medigit/conference.event.detail/.default/style.css?173134362732421 */
/* /local/libs/swiper/swiper-bundle.min.css?177088948915818 */
/* /local/templates/epilepsy2024/components/medigit/conference.person.list/headliners/style.css?17313436273834 */
/* /local/templates/epilepsy2024/components/medigit/conference.person.list/lecturespeaker/style.css?17302759621399 */
/* /local/templates/epilepsy2024/components/medigit/conference.slider/sponsors/style.css?173027596261 */
/* /local/templates/epilepsy2024/components/medigit/conference.person.list/popup/style.css?17302759621565 */
