

/* Start:/local/templates/interneuro/components/medigit/conference.event.cert/.default/style.css?17394344432447*/
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container {
    flex: 1 1 auto;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -12px 0;
}

.news-item {
    display: flex;
    flex-direction: column;
    height: auto;
    width: calc(50% - 24px);
    margin: 0 12px;
    padding: 140px 32px 32px;
    background: #F7F7F7 url("/local/templates/interneuro/components/medigit/conference.event.cert/.default/img/cert.svg") left 32px top 32px no-repeat;
    background-size: 55px 60px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.news-item:hover {
    background-color: #F0F5F6;
}

.conferences-item__lcol {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.conferences-item__title {
    margin-bottom: 8px;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.title2 {
    flex: 1 1 auto;
    margin-bottom: 16px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.conferences-item__month {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 48px;
    color: #29767E;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.conferences-item__month span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    background: url(/local/templates/interneuro/components/medigit/conference.event.cert/.default/img/arrow__bottom.svg) center center no-repeat;
    border: 1px solid #29767E;
    border-radius: 8px;
    transition: background 0.3s;
}

.conferences-item__month:hover span {
    background: #29767E url(/local/templates/interneuro/components/medigit/conference.event.cert/.default/img/arrow__bottom--hover.svg) center center no-repeat;
}

@media (max-width: 992px) {
    .news-item {
        width: 100%;
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .news-list {
        display: flex;
        flex-wrap: wrap;
        margin: 24px 0 0;
    }

    .news-item {
        margin: 0 0 16px 0;
        padding: 80px 16px 16px;
        background: #F7F7F7 url("/local/templates/interneuro/components/medigit/conference.event.cert/.default/img/cert.svg") left 16px top 16px no-repeat;
        background-size: 29px 32px;
    }

    .conferences-item__title {
        font-size: 17px;
        line-height: 20px;
    }

    .title2 {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 18px;
    }

    .conferences-item__month {
        font-size: 15px;
        line-height: 19px;
    }

    .conferences-item__month span {
        width: 32px;
        height: 32px;
        background-size: 9px 8px;
        transform: rotate(-90deg);
    }
}

/* End */
/* /local/templates/interneuro/components/medigit/conference.event.cert/.default/style.css?17394344432447 */
