.calendar .splide__list {
    align-items: stretch
}

.calendar-card {
    border-radius: 16px;
    /*max-width: 442px;*/
    width: 100%;
    /*height: 713px;*/
    height: 100%;
    /*min-width: 360px;*/
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.calendar-card__pic {
    border-radius: 16px 16px 0 0;
    min-height: 277px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.calendar-card__content {
    padding: 16px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.calendar-card__header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 8px;
}

.calendar-card__stage {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #000;
}

.calendar-card__type {
    border-radius: 8px;
    padding: 6px 8px;
    background: #3259e8;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}

.calendar-card__date {
    font-weight: 900;
    font-size: 24px;
    line-height: 133%;
    color: #3259e8;

    margin-bottom: 16px;
}

.calendar-card__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    color: #000;
    margin-bottom: 20px;
}

.calendar-card__tags {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}

.calendar-card__tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.calendar-card__tag {
    border-radius: 8px;
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;

}

.calendar-card__tag--red {
    color: #fff;
    background: #3259e8;
}

.calendar-card__address {
    display: flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #000;
}

.calendar-card__address svg {
    margin-right: 8px;
}

.calendar--endurance .calendar-card__tag--red {
    background: #db0404;
}

.calendar--endurance .calendar-card__date {
    color: #db0404;
}

.calendar--endurance .calendar-card__type {
    background: #db0404;
}

.calendar-card__docs {
    margin-top: auto;
    margin-bottom: 28px;
}

.link-gray-underline {
    color: rgba(61, 61, 61, 1);
    text-decoration: underline;
}

.calendar-card__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.calendar-card__item + .calendar-card__item {
    margin-top: 12px;
}

.calendar-card__stage-link {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 2;
}

.calendar-card__address-link,
.calendar-card .link-gray-underline {
    position: relative;
    z-index: 3;
}

.calendar-card__address + .calendar-card__btn {
    margin-top: 28px;
}

.calendar-card__btn + .calendar-card__btn {
    margin-top: 12px;
}

.calendar-card__btn {
    max-height: 48px;
    font-size: 14px;
}

.calendar-card__btn-coming-soon {
    background: rgba(217, 217, 217, 1);
    color: rgba(86, 86, 86, 1);
    cursor: default;
}

@media (max-width: 650px) {
    .calendar-card__stage {
        font-size: 16px;
        line-height: 150%;
    }

    .calendar-card__type {
        font-size: 12px;
        line-height: 167%;
    }

    .calendar-card__date {
        font-size: 18px;
        line-height: 120%;
    }

    .calendar-card__title {
        font-size: 20px;
        line-height: 120%;
    }

}
