

/* Start:/local/templates/interneuro/components/medigit/conference.project.list/.default/style.css?17708894894350*/
.container h1 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: var(--project-text-color, #2C2C2C)
}

.expert-school {
    display: flex;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 158px;
    margin-top: 24px;
    color: var(--project-text-color, #2C2C2C);
}

.expert-school__text {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.expert-school__heading_topic {
    flex: 1 1 auto;
    margin-bottom: 8px;
}

.expert-school__text_heading {
    transition: all 0.3s ease-in-out;
    color: #A7A7A7;
    margin-bottom: 5px;
}

.expert-school__author {
    padding: 16px;
    display: flex;
    min-width: 400px;
}

.expert-school__author_name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2C2C2C;
}

.expert-school__author_grey {
    color: #A7A7A7;
}

.expert-school__author_img {
    border-radius: 8px;
    max-width: 126px;
    max-height: 126px;
    margin-right: 24px;
}

.expert-school__description {
    transition: all 0.3s ease-in-out;
    padding: 24px;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    width: 100%;
}

.expert-school__arrow {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.3s ease-in-out;
    width: 88px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 82px;

}

.expert-school__arrow_img {
    position: relative;
    height: 20px;
}

.expert-school__arrow_img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 22px;
    mask: url('/local/templates/interneuro/components/medigit/conference.project.list/.default/img/event-card-arrow.svg') center center no-repeat;
    -webkit-mask: url('/local/templates/interneuro/components/medigit/conference.project.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;
}

.more-info {
    margin-top: 24px;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid var(--project-color, #29767E);
    color: var(--project-color, #29767E);
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

@media (max-width: 992px) {
    .expert-school {
        min-height: 120px;
    }

    .expert-school__author {
        min-width: 270px;
    }

    .expert-school__author_img {
        max-width: 69px;
        max-height: 69px;
        margin-right: 16px;
    }

    .expert-school__author_name,
    .expert-school__text {
        font-size: 15px;
        line-height: 18px;
    }

    .expert-school__author_name {
        margin-top: 0;
    }

    .expert-school__arrow_img::before {
        width: 9px;
    }
}

@media (max-width: 768px) {
    .expert-school {
        flex-direction: column;
        margin-top: 16px;
        border: none;
    }

    .expert-school__author {
        border: 1px solid #DDDDDD;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        padding: 16px;
    }

    .expert-school__description {
        max-width: none;
        padding: 16px;
    }

    .expert-school__text {
        font-size: 15px;
    }

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

    .more-info {
        font-size: 15px;
        line-height: 19px;
    }
}

@media (hover: hover) {
    .expert-school:hover {
        border: 1px solid var(--project-color-hover, #d1181f);
    }

    .expert-school:hover .expert-school__description {
        border-color: var(--project-color-hover, #d1181f);
    }

    .expert-school:hover .expert-school__arrow {
        background-color: var(--project-color-hover, #d1181f);
    }

    .expert-school:hover .expert-school__arrow_img::before {
        background-color: #fff;
    }

    .expert-school a:hover {
        text-underline: none;
    }

    .more-info:hover {
        background: var(--project-color, #29767E);
        color: #fff;
    }
}
/* End */
/* /local/templates/interneuro/components/medigit/conference.project.list/.default/style.css?17708894894350 */
