

/* Start:/local/components/kryuchkov/calendar/templates/.default/style.css?17613696121229*/
.project-filter__link.selected {
    border-color: #fff;
}

.project-home-content__events-filter-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 15px 15px;
}

.events-list__event-control > .simple-details__control-icon {
    display: none;
}

@media (max-width: 1280px) {
    .project-home-content__events-filter-section {
        display: block;
    }

    .events-list__event-control > .simple-details__control-icon {
        display: block;
    }

    .simple-details__control > .events-list__event-item-title {
        width: calc(100% - 80px);
        order: unset;
        -webkit-box-ordinal-group: unset;
        margin: 0;
    }
}

.events-list__item-fig--modal img {
    z-index: 1 !important;
}

.fancybox-content {
    width: 900px !important;
}

.events-list__item-button {
    margin: 15px 0 0;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 150px;
    margin-left: auto;
    padding: 15px 10px;
    line-height: 100%;
    border: 1px solid;
    transition: all 0.3s ease;
}


.events-list__item-button:hover {
    border-color: #333;
    background-color: #333;
}
/* End */
/* /local/components/kryuchkov/calendar/templates/.default/style.css?17613696121229 */
