

/* Start:/local/templates/interneuro/components/medigit/conference.event.list/calendar/style.css?17703904317178*/
.detail-events {
    position: relative;
    margin-top: 24px;
}

.calendar-container {
    margin-right: 32px;
    position: absolute;
    background-color: #fff;
    z-index: 25;
    font-family: "Open Sans", sans-serif;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.calendar-container.show {
    display: block;
    opacity: 1;
}

.calendar-toggle-btn {
    display: flex;
    justify-content: center;
    cursor: pointer;
    max-width: 206px;
    width: 100%;
    padding: 14px 0;
    border: 1px solid var(--project-color, #E52B1E);
    color: var(--project-color, #E52B1E);
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    transition: background 0.3s, color 0.3s;
}

.calendar-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.calendar-toggle-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-mask: url('/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/calendar-icon.svg') center center no-repeat;
    mask: url('/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/calendar-icon.svg') center center no-repeat;
    background-color: var(--project-color, #E52B1E);
    mask-size: contain;
    -webkit-mask-size: contain;
    transform: translate(-50%, -50%);
    transition: background .3s;
}

.calendar-toggle-btn.toggled {
    background-color: var(--project-color, #E52B1E);
    color: #fff;
}

.calendar-toggle-icon.toggled::before {
    -webkit-mask: url('/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/calendar-cross.svg') center center no-repeat;
    mask: url('/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/calendar-cross.svg') center center no-repeat;
    background-color: #fff;
}

.calendar-navigation {
    position: absolute;
    top: 19px;
    left: 19px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: var(--project-color, #E52E1D);
    background-image: url(/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: background-image 0.3s;
}
.calendar-navigation:hover {
    background-image: url(/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/arrow-alt.svg);
}
.calendar-navigation:last-child {
    left: 393px;
    transform: rotate(180deg);
}
.month-container {
    top: 12px;
    width: 452px;
    height: 417px;
    padding: 8px 6px 19px;
    position: relative;
    align-items: center;
    background: #fff;
    box-shadow: 15px 15px 35px rgba(33, 84, 89, 0.15);
}
.month {
    border-spacing: 1px;
    width: 100%;
    border: 0;
}
.month tr,
.month td {
    text-align: center;
    cursor: default;
}
.month-title {
    padding-bottom: 31px;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
}
.day-header {
    padding: 0 6px 11px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--text-color-additional, #A99F9F);
}
.day,
.day-current {
    position: relative;
    padding: 10px 12px 11px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--text-color-base, #333333);
    z-index: 1;
}
.day-current {
    color: var(--project-color, #E52E1D);
}
.calevents-day {
    color: var(--text-color-base, #333333);
    transition: color 0.3s;
}
.calevents-day:hover {
    color: var(--project-color, #E52E1D);
}
.calevents-day::before {
    position: absolute;
    top: 5px;
    right: 14px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background-color: var(--project-color, #E52E1D);
    transition: 0.3s;
}
.calevents-day:hover::before {
    background-color: var(--project-color, #E52E1D);
}
.calevents-day-past::before {
    background-color: var(--text-color-additional, #A99F9F);
}
.calevents-day span {
    cursor: pointer;
}
.calevents-list {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: none;
    padding: 10px;
    background-color: #fff;
    color: var(--text-color-base, #333333);
    text-align: left;
    overflow: hidden;
    z-index: 10;
    box-shadow: 10px 10px 35px rgba(41, 118, 126, 0.15);
}
.calevent-item {
    height: calc(100% - 52px);
    overflow-x: hidden;
    overflow-y: auto;
}
.calevent-item a {
    position: relative;
    display: block;
    padding: 0 0 10px 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--text-color-base, #333333);
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    transition: color 0.8s;
}
.calevent-item a:hover {
    color: var(--project-color, #E52E1D);
}
.calevent-item a::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--project-color, #E52E1D);
}
.calevents-day-past .calevent-item a::after {
    background-color: var(--text-color-additional, #A99F9F);
    transition: background-color 0.8s;
}
.calevents-day-past .calevent-item a:hover::after {
    background-color: var(--project-color, #E52E1D);
}
.active-events {
    position: static;
}
.active-events::before {
    display: none;
}
.active-events .calevents-list {
    display: block;
}
.calendar-block-top {
    position: relative;
    margin: 0 5px 10px;
    padding-top: 15px;
    border-bottom: 2px solid #EBE9E9;
}
.event-exit {
    position: absolute;
    content: '';
    top: 10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/cross.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s;
}
.event-exit:hover {
    transform: rotate(90deg);
}
.calendar-block-top span {
    max-width: 258px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .calendar-toggle-btn {
        font-size: 15px;
        line-height: 19px;
    }

    .calendar-navigation:last-child {
        left: calc(100% - 52px);
    }

    .month-container .month-title {
        font-size: 14px;
    }

    .month-container .day-header {
        font-size: 14px;
    }

    .month-container .day,
    .month-container .day-current {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .detail-events {
        margin-bottom: 0;
    }

    .calendar-toggle-btn {
        max-width: 100%;
    }

    .calendar-container,
    .month-container {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .calevents-day::before {
        width: 6px;
        height: 6px;
    }

    .month-container .day,
    .month-container .day-current {
        padding: 10px 6px 12px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .calendar-navigation:hover {
        background-image: url(/local/templates/interneuro/components/medigit/conference.event.list/calendar/img/arrow-black.svg);
    }
    .calevents-day:hover,
    .calevent-item a:hover {
        color: var(--text-color-base, #333333);
    }
    .calevents-day:hover::before {
        background-color: var(--project-color, #E52E1D);
    }

    .calevents-day-past .calevent-item a:hover::after {
        background-color: var(--text-color-additional, #A99F9F);
    }
    .event-exit:hover {
        transform: rotate(0deg);
    }
}
/* End */


/* Start:/local/templates/interneuro/components/medigit/conference.event.twolists/.default/style.css?17703904314415*/
.expert-columns .block-short h2 {
    margin: 60px 0 0 0;
}

.active-past-events {
    display: flex;
    flex-direction: column;
}

.active-past-events #active ~ .active-past-events__tabs {
    order: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 60%;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.active-past-events__span {
    margin-left: auto;
    color: #CACACA;
}

.active-past-events .active-past-events__tabs {
    margin-top: -34px;
    margin-bottom: 24px;
}

.active-past-events .active-past-events__tabs > a {
    display: inline-block;
    margin-left: 16px;
    color: var(--project-text-color, #2C2C2C);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s;
}

.active-past-events .active-past-events__tabs > a:hover {
    color: var(--project-color, #E52B1E);
}

.active-past-events > #past:target ~ .active-past-events__tabs > a[href="#active"] {
    color: var(--project-text-color, #2C2C2C);
    border: none;
    cursor: pointer;
}

#past:target ~ .active-past-events__tabs > a:not(#past):hover,
#active:target ~ .active-past-events__tabs > a:not(#active):hover {
    color: var(--project-color, #E52B1E);
}

.active-past-events > #active ~ .active-past-events__tabs > a[href="#active"],
.active-past-events > #active:target ~ .active-past-events__tabs > a[href="#active"],
.active-past-events > #past:target ~ .active-past-events__tabs > a[href="#past"] {
    padding: 6px 8px;
    color: var(--project-color, #29767E);
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: default;
}

.active-past-events > #past:target ~ .active-past-events__tabs > a[href="#past"] {
    margin-left: 8px;
}

.active-past-events > div:not(.active-past-events__tabs) {
    display: none;
    order: 1;
}

.active-past-events > div:target {
    display: block;
}

.active-past-events > #active,
.active-past-events > #past {
    position: relative;
    z-index: 10;
}

.active-past-events > #past:target ~ #active {
    display: none !important;
}

.active-past-events > div:not(div#past) {
    display: block;
}

.active-past-events div#active ~ .active-past-events__tabs,
.active-past-events div#past ~ .active-past-events__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* вкладки в блоке с меньшей шириной */
.block-short #active ~ .active-past-events__tabs {
    flex-wrap: wrap;
    width: 100%;
}

.block-short .active-past-events__span {
    margin-left: 0;
    margin-right: 12px;
}

.block-short .active-past-events__tabs {
    margin-top: 24px;
}

.block-short .active-past-events__tabs > a:first-of-type {
    margin-left: 0;
}

@media (max-width: 992px) {
    .active-past-events #active ~ .active-past-events__tabs {
        flex-wrap: wrap;
        width: 100%;
    }

    .active-past-events .active-past-events__span {
        margin-left: 0;
        margin-right: 12px;
    }

    .active-past-events .active-past-events__tabs {
        margin-top: 24px;
    }

    .active-past-events .active-past-events__tabs > a:first-of-type {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .active-past-events #active ~ .active-past-events__tabs,
    .active-past-events .active-past-events__tabs > a {
        font-size: 15px;
        line-height: 18px;
    }

    .active-past-events .active-past-events__tabs > a {
        margin-left: 8px;
    }
}

@media (max-width: 576px) {
    .active-past-events__span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    #active:target ~ .active-past-events__tabs > a[href="#active"] {
        padding: 6px 8px;
    }
    #past:target ~ .active-past-events__tabs > a[href="#active"] {
        padding: 6px 0;
    }
 }

/* отступ скролла по якорю */
.active-past-events > div:target {
    scroll-margin-top: 156px;
}

@media (max-width: 992px) {
    .active-past-events > div:target {
        scroll-margin-top: 150px;
    }

    .block-short .active-past-events > div:target {
        scroll-margin-top: 205px;
    }
}

@media (max-width: 576px) {
    .active-past-events > div:target {
        scroll-margin-top: 170px;
    }

    .block-short .active-past-events > div:target {
        scroll-margin-top: 225px;
    }
}
/* End */


/* Start:/local/templates/interneuro/components/medigit/conference.event.list/.default/style.css?17703904314190*/
.more-info__button {
    margin-top: 24px;
    padding: 14px 30px;
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--project-color, #E52B1E);
    color: var(--project-color, #E52B1E);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.event-item {
    display: flex;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
    min-height: 168px;
    margin-bottom: 24px;
    color: var(--project-text-color, #2C2C2C);
    overflow: hidden;
}

.event-item__date {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    min-width: 220px;
    background: #FAFAFA;
}

.event-item__format {
    color: #A7A7A7;
    font-size: 20px;
}

.event-item__description {
    padding: 24px;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    transition: border 0.3s;
}

.event-item__date_day,
.event-item__date_time {
    font-size: 20px;
}

.event-item__date_year,
.event-item__description_bottom {
    color: #A7A7A7;
    font-size: 20px;
}

.event-item__description_top {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.event-item__arrow {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.3s;
    width: 88px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 82px;
}

.event-item__arrow_img {
    position: relative;
    height: 20px;
}

.event-item__arrow_img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 22px;
    mask: url('/local/templates/interneuro/components/medigit/conference.event.list/.default/img/event-card-arrow.svg') center center no-repeat;
    -webkit-mask: url('/local/templates/interneuro/components/medigit/conference.event.list/.default/img/event-card-arrow.svg') center center no-repeat;
    background-color: var(--project-text-color, #2C2C2C);
    mask-size: contain;
    -webkit-mask-size: contain;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.event-item:hover .event-item__arrow_img::before {
    background-color: #fff;
}

.event-item-past .event-item__arrow_img::before {
    background-color: #A7A7A7;
}

.event-item-past .event-item__date,
.event-item-past .event-item__description {
    flex: 1 1 auto;
    color: #A7A7A7;
}

@media (max-width: 768px) {
    .event-item {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .event-item__date {
        flex-direction: row;
        border-bottom: 1px solid #DDDDDD;
        padding: 8px 16px;
    }

    .event-item__description {
        padding: 16px;
        border-left: none;
        border-right: none;
    }

    .event-item__description_top,
    .event-item__date_time,
    .event-item__date_day {
        font-size: 15px;
    }

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

    .event-item__arrow {
        width: 100%;
        border-top: 1px solid #DDDDDD;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        min-height: 46px;
    }

    .event-item__arrow_img {
        height: 14px;
    }

    .event-item__arrow_img::before {
        width: 7px;
        height: 14px;
    }

    .event-item:hover .event-item__arrow_img::before {
        background-color: var(--project-text-color, #2C2C2C);
    }

    .more-info__button {
        width: 100%;
        max-width: none;
        margin-top: 32px;
    }
}

@media (hover: hover) {
    .more-info__button:hover {
        background-color: var(--project-color-hover, #d1181f);
        color: #fff;
    }

    .event-item:hover {
        border: 1px solid var(--project-color-hover, #d1181f);
    }

    .event-item:hover .event-item__arrow {
        background-color: var(--project-color-hover, #d1181f);
    }

    .event-item:hover .event-item__description {
        border-right: 1px solid var(--project-color-hover, #d1181f);
        border-left: 1px solid var(--project-color-hover, #d1181f);
    }
}

@media (hover: none) {
    .event-item:hover .event-item__arrow_img::before {
        background-color: var(--project-text-color, #2C2C2C);
    }
}

/* End */
/* /local/templates/interneuro/components/medigit/conference.event.list/calendar/style.css?17703904317178 */
/* /local/templates/interneuro/components/medigit/conference.event.twolists/.default/style.css?17703904314415 */
/* /local/templates/interneuro/components/medigit/conference.event.list/.default/style.css?17703904314190 */
