

/* Start:/local/templates/interneuro/components/medigit/conference.project.detail/.default/style.css?17394344434555*/
.school_header h1 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
}

.h-a-sch__description2 p,
.h-a-sch__description2 li,
.h-a-sch__description2 a {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: var(--project-text-color, #2C2C2C);
}

.h-a-sch__description2 ol,
.h-a-sch__description2 ul,
.h-a-sch__description2 p {
    margin: 0 0 16px 0;
}

.h-a-sch__description2 ul li {
    position: relative;
    padding-left: 20px;
}

.h-a-sch__description2 ul li::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 6px;
    height: 8px;
    width: 8px;
    background: var(--project-text-color, #2C2C2C);
    border-radius: 50%;
}

.h-a-sch__description2 a {
    text-decoration: underline;
}

.h-a-sch__wrapper {
    display: flex;
    font-style: normal;
    font-weight: normal;
    color: var(--project-text-color, #2C2C2C);
}

.h-a-sch__speaker {
    margin-right: 24px;
}

.h-a-sch__as {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #A7A7A7;
}

.h-a-sch__img-wrapper {
    position: relative;
    margin-bottom: 16px;
}

.h-a-sch__img {
    width: 294px;
    height: 294px;
    border-radius: 8px;
    object-fit: cover;
}

.h-a-sch__description2 {
    position: relative;
    padding-bottom: 20px;
}

.author-cards {
    margin-top: 34px;
    margin-bottom: 80px;
}

.author-card {
    display: flex;
    text-decoration: none;
    background-color: #fff;
}

.author-card ~ .author-card {
    margin-top: 24px;
}

.author-card__name {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
}

.author-card__desc {
    margin: 0 0 0 24px;
}

.author-card__regalia {
    margin-top: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.author-card__photo img {
    height: 188px;
    width: 188px;
    background: #C4C4C4;
    border-radius: 8px;
    object-fit: cover;
}

.expand-gradient {
    overflow: hidden;
    position: relative;
    max-height: 1250px;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

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

.expand-desc-btn,
.collapse-desc-btn {
    display: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    font-style: normal;
    color: var(--project-color, #29767E);
}

@media (max-width: 992px) {
    .h-a-sch__wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .school_header h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 26px;
    }

    .h-a-sch__description2 p,
    .h-a-sch__description2 li,
    .h-a-sch__description2 a {
        font-size: 15px;
        line-height: 18px;
    }

    .h-a-sch__description2 ol,
    .h-a-sch__description2 ul,
    .h-a-sch__description2 p {
        margin: 0 0 6px 0;
    }

    .h-a-sch__description2 ul li::before {
        top: calc(50% - 3px);
        left: 8px;
        height: 6px;
        width: 6px;
    }

    .h-a-sch__speaker {
        margin-top: 0;
        margin-left: 0;
    }

    .h-a-sch__as {
        font-size: 15px;
        line-height: 18px;
    }

    .h-a-sch__description2 {
        /*max-height: 180px;*/
        overflow-y: hidden;
    }

    .expand-desc-btn,
    .collapse-desc-btn {
        display: block;
    }

    .author-cards {
        margin-bottom: 64px;
    }

    .h-a-sch__img-wrapper {
        margin-bottom: 8px;
    }

    .h-a-sch__img {
        width: 157px;
        height: 157px;
    }

    .author-card {
        flex-direction: column;
    }

    .author-card__name {
        font-size: 20px;
        line-height: 24px;
    }

    .author-card__regalia {
        margin-top: 4px;
        font-size: 15px;
        line-height: 18px;
        -webkit-line-clamp: 3;
    }

    .author-card__photo img {
        width: 71px;
        height: 71px;
    }

    .author-card__desc {
        margin: 8px 0 0 0;
    }
}

/* End */


/* Start:/local/templates/interneuro/components/medigit/conference.event.twolists/.default/style.css?17394344434415*/
.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?17394344434190*/
.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.project.detail/.default/style.css?17394344434555 */
/* /local/templates/interneuro/components/medigit/conference.event.twolists/.default/style.css?17394344434415 */
/* /local/templates/interneuro/components/medigit/conference.event.list/.default/style.css?17394344434190 */
