

/* Start:/local/templates/scip/components/bitrix/news/events/bitrix/news.list/.default/style.css?17770498963100*/
.container-events .block-title {
    margin-bottom: 50px;
}

.row-events-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: space-between;
    margin-bottom: 65px;
}

.event-item {
    width: 32%;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    background:
        linear-gradient(var(--background-main), var(--background-main)) padding-box,
        linear-gradient(315deg, rgba(0, 0, 0, 0) 10%, var(--background-mint-border) 80%) border-box;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    overflow: hidden;
}

.event-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(at top left, var(--background-mint-border-opacity) 0%, var(--background-main) 100%);
    top: 0;
    left: 0;
}

.event-item-info {
    position: relative;
    padding: 25px;
}

.event-item-img {
    margin-bottom: 25px;
}

.event-item-img > img {
    width: 100%;
    border-radius: 12px;
}

.event-item-title {
    font-size: 24px;
    font-family: MontserratSemiBold, serif;
    color: var(--color-text);
    margin-bottom: 15px;
}

.event-item-text {
    font-size: 20px;
    color: var(--color-text-grey);
    margin-bottom: 20px;
}

.event-link-detail {
    color: var(--color-text);
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 200ms;
}

.event-link-detail:hover {
    color: var(--color-text-mint);
    text-decoration: none;
}

.event-link-detail svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: var(--color-bgr-mint);
    fill: var(--color-bgr-mint);
    transition: transform 200ms;
    position: relative;
}

.events-btn {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.events-img-bgr {
    display: none;
    position: absolute;
    top: -20px;
    right: -270px;
    z-index: -1;
}

.events-img-ellipse {
    display: none;
    position: absolute;
    bottom: -300px;
    left: -1300px;
    z-index: -1;
}

.img-ellipse > img {
    max-width: 1400px;
}

@media (max-width: 1200px) {
    .event-item-title {
        font-size: 20px;
    }

    .event-item-text {
        font-size: 16px;
    }

    .event-link-detail {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .row-events-list {
        margin-bottom: 40px;
    }

    .event-item {
        width: 100%;
    }

    .event-item-img {
        text-align: center;
    }

    .event-item-img > img {
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 757px) {
    .event-item {
        border-radius: 20px;
    }

    .event-item-info {
        padding: 20px;
    }
}

@media (min-width: 1500px) {
    .events-img-ellipse,
    .events-img-bgr {
        display: block;
    }
}
/* End */
/* /local/templates/scip/components/bitrix/news/events/bitrix/news.list/.default/style.css?17770498963100 */
