

/* Start:/local/templates/sb2018/components/bitrix/news/events/bitrix/news.list/.default/style.css?17649381951771*/
.evt-list-title,
h1.evt-list-title{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 64px;
}
.evt-list {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -12px 24px -12px;
}
.evt-list__item {
    flex: 0 0 25%;
    padding: 12px;
}
.evt-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
    min-height: 300px;
    padding: 22px 18px;
    box-shadow: 0 2px 16px -7px rgba(34, 60, 80, 0.2); /*here*/
    color: #000;
    background-color: #fff;
    transition: 0.2s;
}
.evt-list-item:hover,
.evt-list-item:focus{
    color: #fff;
    background-color: #EB006E;
    transition: 0.2s;
}
.evt-list-item svg path,
.evt-list-item svg path{
    transition: 0.2s;
}
.evt-list-item:hover svg path,
.evt-list-item:focus svg path{
    fill: #fff;
    transition: 0.2s;
}

.evt-list-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.evt-list-item__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.evt-list-item-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
}
.evt-list-item-info svg{
    width: 18px;
    height: 18px;
}
@media (max-width: 1399px) {
    .evt-list__item{
        flex: 0 0 33%;
    }
}
@media (max-width: 991px) {
    .evt-list{
        margin: -6px -6px 32px -6px;
    }
    .evt-list-title,
    h1.evt-list-title{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .evt-list__item{
        padding: 6px;
        flex: 0 0 50%;
    }
    .evt-list-item{
        min-height: 0;
    }
}
@media (max-width: 767px) {
    .evt-list__item{
        flex: 0 0 100%;
    }
}








/* End */
/* /local/templates/sb2018/components/bitrix/news/events/bitrix/news.list/.default/style.css?17649381951771 */
