.animations-pagetitle {
    text-align: center;
}
.animations-pagetitle > span {
    display: inline-block;
}
.animations-pagetitle > span:first-letter {
    text-transform: uppercase;
}
.section.animations-top {
    padding-top: 10px;
}
.calendar-wrap {
    width: 100%;
    max-width: 100%;    
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    padding: 0 10px 15px 10px;
    margin-bottom: 20px;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
}
.calendar-item {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
    opacity: 0.6;
    cursor: pointer;
    transition: 0.35s linear;
}
.calendar-item-weekday {
    font-weight: 300;
    color: var(--alter-color);
}
.calendar-item-date {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: transparent;
    font-weight: 600;
    line-height: 1;
    transition: 0.35s ease;
}
.calendar-item.active {
    border-top: 2px solid var(--theme-color);
    opacity: 1;
    height: 80px;
}
.calendar-item.active .calendar-item-date {
    background: var(--theme-color);
    color: #fff;
}
.calendar-item.empty {
    background: #F5F3EE;
    pointer-events: none;
    box-shadow: none;
}
.calendar-item.empty .calendar-item-date {
    color: var(--alter-color);
}
.animation-filter-wrap {
    margin-bottom: 12px;
    border-radius: 10px;
    padding-right: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
}
.animation-filter-wrap__title {
    line-height: 1;
    width: 80px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    padding: 8px;
    margin-right: 8px;
    border-right: 1px solid rgba(0,0,0,0.12);
}
.animations-filters {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.animations-filters .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.animations-filter {
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    background: var(--alter-color);
    color: #fff;
    cursor: pointer;
    transition: background 0.35s ease;
}
.animations-filter.active {
    background: var(--theme-color);
}
.animations-list {
    margin-top: 20px;
}
.animations-list.no-result {
    position: relative;
}
.animations-list.no-result:before {
    content: 'Отсутсвуют мероприятия по выбранным фильтрам.';
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    z-index: 2;
}
.animation-item {
    border-radius: 10px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.animation-item.fl-hidden {
    display: none;
}
.animation-item:not(:last-child) {
    margin-bottom: 12px;
}
.animation-item-icon {    
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    gap: 2px;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    background: #F5F3EE;
}
.animation-item-icon svg {
    width: 30px;
}
.animation-item-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    gap: 5px;
    flex-grow: 1;
    padding: 10px;
}
.animation-item-desc {
    font-size: 12px;
    line-height: 1.2;
    color: var(--alter-color);
}
.animation-item-bottom {
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}
.animation-item.past {
    background: #F5F3EE;
    box-shadow: none;
    color: rgba(0,0,0,0.3);
}
.animation-item.past .animation-item-icon svg {
    opacity: 0.2;
}
.animation-item.past .animation-item-desc {
    color: rgba(0,0,0,0.3);
}
.animation-item.current {
    box-shadow: 0 0 0px 2px var(--theme-color);
}
.animation-item.current .animation-item-icon {
    background: var(--theme-color);
    color: #fff;
}
.animation-item.current .animation-item-icon .st0,
.animation-item.current .animation-item-icon circle {
    stroke: #fff;
}
.animation-item.current .animation-item-icon svg {
    filter: brightness(30);
}
