

/* Start:/bitrix/templates/fund/components/bitrix/news.list/events.slider1/style.css?17876703483799*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.visually-impaired .event-card__image:after{
	background:none;
}
.visually-impaired .event-card{
	border: 1px solid #000000;
}
.visually-impaired .event-card__title{
	background:#fff;
}

.event-card__wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .event-card__wrapper {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
}

.event-card {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 300px;
}
@media (max-width: 1365px) {
    .event-card {
        min-height: 175px;
    }
}
.event-card__image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
}
.event-card__image:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00aeef;
    background: -moz-linear-gradient(120deg, #B072B4 0%,  rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(120deg, #B072B4 0%,  rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(120deg, #B072B4 0%,  rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(120deg, #B072B4 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(120deg, #B072B4 0%,  rgba(0,0,0,0) 100%);
    background: linear-gradient(120deg, #B072B4 0%,  rgba(0,0,0,0) 100%);
    opacity: 0.9;
}
.event-card__image img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.event-card__date {
    position: relative;
    display: inline-block;
    top: 20px;
    left: 20px;
    min-width: 48px;
    min-height: 48px;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #2c2c2c;
    font-weight: 300;
    font-size: 33px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1365px) {
    .event-card__date {
        min-width: 46px;
        min-height: 42px;
        font-size: 26px;
    }
}
.event-card__day {
    line-height: 30px;
}
@media (max-width: 1365px) {
    .event-card__day {
        line-height: 1em;
    }
}
.event-card__month {
    line-height: 7px;
    font-weight: 400;
    font-size: 13px;
    text-transform: lowercase;
}
@media (max-width: 1365px) {
    .event-card__month {
        font-size: 10px;
    }
}
.event-card__title {
    position: absolute;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 20px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 1365px) {
    .event-card__title {
        font-size: 15px;
        line-height: 20px;
        bottom: 20px;
    }
}
.event-card__title-link {
    color: #ffffff;
}
.event-card__category {
    position: absolute;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 20px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}
@media (max-width: 1365px) {
    .event-card__category {
        font-size: 12px;
        line-height: 18px;
    }
}
.event-card__category-link {
    color: #ffffff;
}
/* End */
/* /bitrix/templates/fund/components/bitrix/news.list/events.slider1/style.css?17876703483799 */
