

/* Start:/local/templates/estetika-man/components/medigit/conference.event.detail/.default/style.css?175190920834903*/
html body {
    background: #100D12 url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/footer-min.png') bottom center no-repeat;
}

.basic-btn {
    color: #fff;
    border-radius: 1000px;
    border: none;
    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;
}

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

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

.navigation {
    padding: 18px 0 22px;
}

.navigation-footer {
    padding: 24px 0 44px;
}

.navigation {
    z-index: 100;
    position: sticky;
    top: 0;
    background: none;
    transition: background 0.25s, backdrop-filter 0.25s;
}

.navigation.glass {
    background: rgba(16, 13, 18, 0.32);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
}

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

.navigation .register-btn,
.navigation-footer .register-btn {
    color: #442011;
}

.nav-menu {
    width: 100%;
    display: flex;
    align-items: center;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu li + li {
    margin-left: 28px;
}

.nav-menu li:last-child {
    margin-left: auto;
}

.nav-menu a {
    display: inline-block;
    color: var(--project-text-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-menu li:not(:last-child) a:hover {
    color: #DA9253;
}

.main-banner {
    max-width: 1440px;
    margin: -87px auto 0 auto;
    padding-top: 133px;
    margin-bottom: 120px;
    color: #fff;
    background: #100D12 url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/first-screen-min.png') top center no-repeat;
}

.main-banner .container {
    max-width: 100%;
    display: flex;
    align-items: center;
}

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

.main-banner .container img {
    width: 56%;
}

.main-banner__p {
    margin-top: 20px;
    margin-bottom: 28px;
    color: var(--project-text-color);
    font-size: 20px;
    line-height: 27px;
}

.main-banner .register-btn {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 66px;
}

.main-banner .gogol:not(.main-banner__line) {
    line-height: 165px;
}

.main-banner__line {
    margin-top: 120px;
}

/* Ключевая идея */
.idea {
    position: relative;
    padding-bottom: 140px;
}

.idea__inner {
    display: flex;
    padding: 32px;
    background: rgba(37, 35, 38, 0.6);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    border-radius: 15px;
}

.idea::before {
    content: "";
    position: absolute;
    left: -230px;
    bottom: -50px;
    height: 100%;
    width: 100%;
    max-width: 720px;
    background: url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/idea-bg-min.png') left bottom no-repeat;
    background-size: contain;
}

.idea h2 {
    min-width: 33.333333%;
    margin-right: 54px;
}

.idea ul {
    margin-top: 12px;
}

.idea__p {
    margin-bottom: 32px;
}

/* Вас ждет */
.waiting {
    position: relative;
    padding-bottom: 140px;
}

.waiting::before {
    content: "";
    position: absolute;
    right: -113px;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 960px;
    background: url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/description-min.png') right bottom no-repeat;
    background-size: contain;
    opacity: 0.75;
}

.waiting li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 32px 24px;
    background: rgba(37, 35, 38, 0.6);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    border-radius: 15px;
}

.waiting li span {
    height: 52px;
    min-width: 52px;
    margin-right: 24px;
    background: #363438;
    font-family: Oswald;
    font-size: 28px;
    line-height: 47px;
    letter-spacing: -1.1px;
    color: #DA9253;
    border-radius: 100%;
    text-align: center;
}

.waiting li p {
    font-size: 24px;
    line-height: 34px;
}


/* */
.block-header {
    display: flex;
    justify-content: space-between;
}

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

.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;
}

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

/* */
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;
}

section.event_days h2 {
    text-align: center;
}

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: 50%;
    margin-bottom: 25px;
}

div.event_days_menu > i {
    background-color: #cbcbca;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
    padding: 20px;
    max-width: 150px;
    width: 100%;
    color: #fff;
}

div.event_days_menu > i.active {
    background-color: #2B447FFF;
}

div.event_days_menu > i:not(.active):hover {
    background-color: #474747;
}

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

div.day_container {
    display: none;
    flex-direction: column;
}

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

section.event_report {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
    padding: 24px 32px;
    background: #242226;
    border-radius: 20px;
}

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;
    align-items: flex-start;
}

div.event_report_date {
    min-width: 175px;
    margin-right: 24px;
    padding: 10px 0;
    color: #FAF8F8;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    text-align: center;
    border: 2px solid #DA9253;
    border-radius: 8px;
}

.event_report.pause .event_report_date {
    background: #363438;
    border-color: transparent;
}

.event_report.pause + .event_report:not(.pause) .event_report_date {
    background: #DA9253;
    color: #442011;
}

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

div.event_report_heading > span {
    display: block;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    width: 100%;
}

div.event_report_heading > span:first-child {
    font-weight: 300;
}

div.event_report_heading > h3 {
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}

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

section.event_report_information {
    margin-top: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

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%;
}

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

.event_subreport_heading {
    margin-top: 4px;
    margin-bottom: 4px;
}

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

.speaker {
    display: flex;
    align-items: center;
    width: 31%;
}

.speaker img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #C6B8A3;
    filter: sepia(50%);
    margin-right: 16px;
}

.speaker_status {
    color: #D9975E;
}

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

.slider-top__heading {
    font-size: 67px;
}

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

.research-slide__desc {
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    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/estetika-man/components/medigit/conference.event.detail/.default/img/video-play.svg');
}

/* */
.for-partners {
    position: relative;
    padding-top: 140px;
}

.for-partners::before {
    content: "";
    position: absolute;
    left: -113px;
    top: -15px;
    height: 600px;
    width: 100%;
    background: url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/for-partners-min.png') left bottom no-repeat;
}

.for-partners img {
    margin-bottom: 14px;
    background: #252326;
    border-radius: 100%;
}

.for-partners .flex-double > * {
    padding: 24px 24px 32px 24px;
    background: rgba(37, 35, 38, 0.6);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    border-radius: 20px;
}

/* */
.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__header span {
    display: inline-block;
    margin-bottom: 24px;
    padding: 3px 48px;
    font-family: Oswald;
    font-size: 40px;
    line-height: 66px;
}

.buy__cols > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 28px;
    border-radius: 20px;
}

.buy__cols > div:first-child {
    background: linear-gradient(#242226 0 0) padding-box,
                linear-gradient(90deg, #DA9253, #100D12, #DA9253) border-box;
    border: 1px solid transparent;
}

.buy__cols > div:last-child {
    background: #242226;
}

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

.buy__type {
    display: inline-block;
    margin-bottom: 32px;
    padding: 18px;
    background: #363438;
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 59px;
    border-radius: 15px;
    text-transform: uppercase;
}

.buy__cols > div:first-child .buy__type {
    color: #DA9253;
}

.buy p {
    margin-bottom: 40px;
}

.buy .buy__title-list {
    margin-bottom: 20px;
    font-weight: 600;
}

.buy__price {
    display: inline-block;
    margin-top: 40px;
    background: #363438;
    font-family: Oswald;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 36px;
    line-height: 51px;
}

.buy button.style-solid,
.form #form__btn {
    display: block;
    width: 100%;
    margin-top: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border: none;
}

/* модалка с формой */
.popup-buy {
    z-index: 500;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(16, 13, 18, 0.85);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    text-align: center;
}

.popup-buy__inner {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 16px;
    padding: 64px;
    background: #252326;
    border-radius: 24px;
}

form.form-buy.active {
    display: none;
}

.form__p {
    margin-bottom: 48px;
    font-size: 27px;
    line-height: 20px;
}

.popup-buy .popup-buy__close {
    z-index: 10;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 21px;
    height: 21px;
    background: url("/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/x.svg") center center no-repeat;
    cursor: pointer;
}

.popup-buy {
    display: none;
}

.body--party {
    overflow: hidden;
}

.body--party .popup-buy {
    display: flex;
}

.format-register-block {
    background-image: url('/local/templates/estetika-man/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 .register-btn {
    padding: 16px 24px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.format-description {
    border-image: url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/wide-frame.svg') 30 / 19px round;
    padding: 48px 40px;
}

.format-description__heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.format-description ul {
    list-style-type: disc;
    padding-left: 18px;
}

.format-description ul li {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}

/* спонсоры + партнеры */
.block-logo {
    margin-bottom: 140px;
}

.block-logo .flex__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    height: 100px;
    margin-bottom: 16px;
    padding: 6px;
}

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

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

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

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

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

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

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

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

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

.event-contacts__info {
    width: 100%;
    max-width: 808px;
    margin-right: 24px;
    padding: 48px 32px;
    background: #242226;
    border-radius: 24px;
}

.event-contacts__info * {
    color: var(--project-text-color);
}

.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;
    text-decoration: none;
    transition: color 0.3s;
}

.event-contacts__contact:hover {
    color: #DA9253;
}

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

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

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

.contact-telegram::before {
    content: url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/telegram.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 a {
    display: inline-block;
    margin-right: 24px;
    font-weight: 500;
    font-size: 24px;
    color: var(--project-text-color);
}

/* Схема зала */
.scheme {
    margin-bottom: 140px;
}

.scheme h2 {
    display: block;
    text-align: center;
}

.scheme__inner {
    display: flex;
    padding: 24px;
    background: #242226;
    border-radius: 20px;
}

.scheme__img img {
    max-width: 100%;
}

.scheme__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1 0 333px;
}

.scheme h3,
.scheme .style-border {
    text-transform: uppercase;
}

.scheme__info h3 {
    font-family: Oswald;
    font-size: 38px;
}

.scheme__info .gogol {
    flex: 1 1 auto;
    font-size: 56px;
    line-height: 60px;
}

.scheme p {
    margin-bottom: 20px;
    font-family: Oswald;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

.scheme .style-border {
    margin: 0;
    padding: 14px 30px;
    color: #DA9253;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
}


@media (max-width: 1024px) {
    .idea::before {
        left: -100px;
    }

    .scheme {
        margin-bottom: 80px;
    }

    .scheme__inner {
        display: flex;
        padding: 40px 16px;
    }

    .scheme__info h3 {
        font-size: 32px;
    }

    .scheme__info .gogol {
        font-size: 48px;
        line-height: 62px;
    }

    .scheme p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
    }

    .scheme .style-border {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    /* Ключевая идея */
    .idea {
        padding-bottom: 80px;
    }

    .idea::before {
        bottom: -80px;
    }

    .idea__inner {
        display: block;
        padding: 24px 16px;
        border-radius: 15px;
    }

    .idea h2 {
        min-width: 100%;
        margin-right: 0;
    }

    .idea__p {
        margin-bottom: 24px;
    }

    /* */
    .scheme__inner {
        display: block;
    }

    .scheme__info {
        align-items: center;
        min-width: auto;
    }

    .scheme__img {
        margin-bottom: 32px;
    }

    .scheme__info .gogol {
        margin-bottom: 30px;
    }

    .scheme p {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .idea::before {
        left: -60px;
        bottom: -40px;
        background: url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/idea-bg-mob-min.png') left bottom no-repeat;
    }
}

/* 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(11px);
}

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

/* Generic helper style */

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

.modal_lnk-close {
    background-image: url("/local/templates/estetika-man/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;
}

@media (min-width: 1441px) {
    .navigation,
    .navigation-footer {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media (max-width: 1440px) {
    html body {
        background-size: contain;
    }
}

@media (max-width: 1224px) {
    .waiting::before {
        right: -12px;
        bottom: -32px;
    }
}

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

@media (max-width: 1150px) {
    .format-description {
        background-image: none;
    }
}

@media (max-width: 1024px) {
    .body--fix {
        overflow: hidden;
    }

    .body--fix .menu-mobile {
        display: block;
    }

    .body--fix .navigation {
        height: 100vh;
        margin-bottom: -100vh;
        background: rgba(16, 13, 18, 0.85);
        -webkit-backdrop-filter: blur(11px);
        backdrop-filter: blur(11px);
    }

    .burger-img {
        display: block;
    }

    .menu-mobile {
        display: none;
        align-items: flex-start;
        position: absolute;
        top: 59px;
        left: 0;
        height: 100vh;
        width: 100%;
    }

    .nav-menu {
        display: block;
        padding: 16px;
    }

    .nav-menu li {
        display: block;
        margin-bottom: 16px;
    }

    .nav-menu li:last-child {
        margin-top: 32px;
    }

    .navigation .register-btn,
    .navigation-footer .register-btn {
        width: 100%;
        text-align: center;
    }

    .nav-menu li + li {
        margin-left: 0;
    }

    .nav-menu li a {
        font-size: 18px;
        line-height: 27px;
    }

    .navigation .container {
        justify-content: flex-end;
    }

    .main-banner  {
        margin-bottom: 44px;
        padding-top: 80px;
    }

    .main-banner__p {
        margin-top: 14px;
        margin-bottom: 39px;
        font-size: 15px;
        line-height: 22px;
    }

    .main-banner__line {
        margin-top: 68px;
    }

    .main-banner {
        margin-top: -59px;
    }

    /* */
    .waiting {
        padding-bottom: 80px;
    }

    .waiting li {
        display: block;
        padding: 16px 24px;
    }

    .waiting li span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        min-width: 44px;
        font-size: 20px;
        line-height: 22px;
    }

    .waiting li p {
        margin-top: 16px;
        font-size: 15px;
        line-height: 22px;
    }

    /* */
    .for-partners {
        padding-top: 74px;
    }

    .for-partners h2 {
        margin-bottom: 26px;
    }

    .for-partners .flex-double > * {
        padding: 24px 19px 32px;
    }

    .for-partners img {
        width: 61px;
    }

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

    .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 {
        padding: 24px 18px 32px;
        border-radius: 15px;
    }

    .buy__type {
        margin-bottom: 32px;
        padding: 12px 14px;
        font-size: 24px;
        line-height: 40px;
        border-radius: 9px;
    }

    .buy__cols > div:first-child .buy__type {
        color: #DA9253;
    }

    .buy p {
        margin-bottom: 24px;
    }

    .buy .buy__title-list {
        margin-bottom: 12px;
    }

    .buy__price {
        margin-top: 24px;
        border-radius: 9px;
        padding: 12px 18px;
        font-size: 20px;
        line-height: 30px;
    }

    .buy button.style-solid {
        margin-top: 24px;
    }

    /* */
    .block-logo {
        margin-bottom: 74px;
    }

    /* */
    .event-contacts__inner {
        display: block;
        margin-bottom: 98px;
    }

    .event-contacts__info {
        position: relative;
        z-index: 10;
        max-width: 100%;
    }

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

    .navigation-footer .nav-menu{
        padding: 0;
    }
}

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

@media (max-width: 768px) {
    html body {
        background: #100D12 url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/footer-mob-min.png') bottom center no-repeat;
        background-size: contain;
    }

    .to-video {
        font-size: 15px;
        padding: 14px 0;
        margin-top: 16px;
    }

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

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

    .navigation-footer .nav-menu {
        padding: 0;
        margin-bottom: 8px;
    }
    .menu-mobile .nav-menu {
        margin-top: 16px;
    }

    .block-header p {
        margin-top: 16px;
        font-size: 16px;
    }

    .main-banner {
        background: #100D12 url('/local/templates/estetika-man/components/medigit/conference.event.detail/.default/img/first-screen-mob-min.png') top 30% center no-repeat;
        background-size: 100% auto;
    }

    .main-banner .container {
        flex-direction: column-reverse;
        width: auto;
        justify-content: center;
    }

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

    .main-banner .register-btn {
        font-size: 15px;
        padding: 15px 0;
        width: 100%;
    }

    .main-banner__text,
    .main-banner .container img {
        width: 100%;
    }

    .main-banner .gogol:not(.main-banner__line) {
        line-height: 115px;
    }

    .main-banner__text {
        margin-top: 16px;
    }

    .main-banner .container img {
        max-width: 364px;
        position: relative;
        width: 110%;
    }

    .register-anchor {
        display: block;
    }

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

    .menu-mobile.active {
        display: block;
    }

    /* */
    .event-days-empty {
        padding: 24px 16px 32px;
        border-radius: 15px;
    }

    .event-days-empty h2 {
        margin-bottom: 16px;
    }

    .event-days-empty p {
        font-size: 15px;
        line-height: 22px;
    }

    /* */
    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%;
    }

    div.event_days_menu > i {
        font-size: 14px;
        line-height: 17px;
        padding: 10px;
        margin-right: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
        max-width: 100px;
        width: calc(33% - 8px);
    }

    section.event_report {
        padding: 16px;
    }

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

    div.event_report_date {
        display: inline-block;
        width: 120px;
        min-width: 120px;
        margin-right: 0;
        margin-bottom: 8px;
        padding: 5px 0;
        font-size: 15px;
        line-height: 18px;
    }

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

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

    div.event_report_heading > h3 {
        font-size: 18px;
        line-height: 24px;
    }

    section.event_report > content,
    section.event_report > footer {
        padding: 0;
    }

    section.event_report_information {
        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;
    }

    .speaker_status {
        margin-left: 8px;
        font-size: 12px;
        line-height: 15px;
    }

    .buy .flex-double,
    .for-partners .flex-double {
        display: block;
        margin: 0;
    }

    .buy .flex-double > *,
    .for-partners  .flex-double > * {
        max-width: 100%;
        margin: 0 0 16px 0;
    }

    .for-partners::before {
        left: -80px;
        width: calc(100% + 96px);
    }

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

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

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

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

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

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

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

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

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

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

    .participant-ticket {
        margin-bottom: 8px;
        font-size: 15px;
        padding: 14px 0;
    }

    .popup-buy__inner {
        padding: 48px 16px;
    }

    .form__p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {
    .main-banner {
        background-position: top center;
    }

    .waiting::before {
        width: 480px;
    }
}

@media (max-width: 360px) {
    .main-banner .container img {
        width: 100%;
        top: 0;
    }
}

@media (max-width: 350px) {
    .event-contacts__contact {
        font-size: 16px;
    }
}

/* 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/estetika-man/components/medigit/conference.person.list/headliners/style.css?17055624652019*/
.persons {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.persons .person__name {
    font-family: Oswald;
    font-size: 26px;
    line-height: 35px;
    margin-top: 12px;
}

.show-more {
    display: block;
    width: 100%;
    padding: 19px 0 21px;
    background: transparent;
    color: var(--project-text-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #DA9253;
    border-radius: 10px;
    transition: background 0.3s, border 0.3s, color 0.3s;
}

.show-more:hover {
    background: #242226;
    color: #DA9253;
    border-color: transparent;
}

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

.person {
    width: 23%;
    margin-bottom: 40px;
    margin-right: 2%;
    display: block;
    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 img {
    width: 100%;
    max-width: 250px;
    border-radius: 15px;
    overflow: hidden;
}

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

@media (max-width: 768px) {
    .person__photo img {
        max-width: 157px;
    }

    .person {
        width: 48%;
        align-items: center;
        margin-bottom: 24px;
    }

    .person__name {
        margin-top: 8px;
    }

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

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

    .persons .person__name {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
    }
}

/* End */


/* Start:/local/templates/estetika-man/components/medigit/conference.person.list/lecturespeaker/style.css?17096244371711*/
.lecture-speakers {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 1%;
}

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

.lecture-speakers .person__photo {
    position: relative;
    display: inline-block;
    min-width: 80px;
    height: 80px;
    margin-right: 16px;
    border-radius: 100%;
    overflow: hidden;
}

.lecture-speakers .person {
    display: flex;
    align-items: center;
    width: 31%;
    margin: 8px 0;
}

.lecture-speakers .person__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

@media (max-width: 1200px) {
    .lecture-speakers .person {
        width: 48%;
    }
}

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

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

    .lecture-speakers .person__name {
        font-size: 14px;
    }
}

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

    .lecture-speakers .person__photo {
        margin: 0;
        min-width: 48px;
        height: 48px;
    }

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

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

@media (max-width: 576px) {
    .lecture-speakers {
        gap: 0;
    }

    .lecture-speakers .person {
        width: 100%;
    }
}

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

/* End */


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

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

.popup-window-overlay#popup-window-overlay-personDetailPopupWindow {
    background: rgba(16, 13, 18, 0.32) !important;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    opacity: 1;
}

.popup-window {
    background: #252326;
    box-shadow: none;
}

.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/estetika-man/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: 15px;
}

.person-detail__content p {
    color: var(--project-text-color);
    font-size: 18px;
    line-height: 25px;
}

.person-detail__content .person__name {
    color: var(--project-text-color);
    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;
    }

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

    .person-detail__content .person__name {
        text-align: center;
    }

    .person-detail__content p {
        text-align: center;
    }
}

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

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

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

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

/* End */
/* /local/templates/estetika-man/components/medigit/conference.event.detail/.default/style.css?175190920834903 */
/* /local/libs/swiper/swiper-bundle.min.css?164751825815818 */
/* /local/templates/estetika-man/components/medigit/conference.person.list/headliners/style.css?17055624652019 */
/* /local/templates/estetika-man/components/medigit/conference.person.list/lecturespeaker/style.css?17096244371711 */
/* /local/templates/estetika-man/components/medigit/conference.person.list/popup/style.css?17055624652064 */
