@media (max-width: 1450px) {
    .card__footer-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 1250px) {
    .calendar__list-cards {
        flex-wrap: wrap;
    }
    .calendar__list-card {
        width: 100%;
    }
    .card__footer-text {
        font-size: 18px;
    }
    .calendar__setting {
        flex-direction: column;
    }
    .calendar__setting-event {
        flex: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .calendar__setting-list {
        width: 100%;
    }
    .calendar__setting-active {
        margin-top: -1px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;

    }
}
@media (max-width: 1100px) {
    .big-calendar {
        height: auto;
    }
    .calendar__detail {
        width: 100%;
        /*top: -125px;*/
    }
    .calendar__detail-item {
        height: auto;
    }
    .calendar__detail-footer {
        position: relative;
        /*position: fixed;*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*right: 0;*/
        /*background-color: white;*/
        /*z-index: 1000;*/
        /*padding: 10px;*/
        /*box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);*/
    }
    .day[data-date] {
        align-items: start;
    }
    .calendar {
        flex-direction: column;
        margin-top: 0;
        gap: 20px;
    }
    .calendar p {
        line-height: 1.2;
    }
    .calendar__list-top,
    .desk-calendar__list-card__top,
    .desk-card__body-images
    {
        display: none;
    }
    .mob-calendar__list-card__top {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        max-height: 128px;
    }
    .calendar__date {
        margin-bottom: 12px;
        padding: 0 12px;
    }
    .calendar__list-cards,
    .calendar__list-button
    {
        padding: 0 12px;
    }
    .calendar__list-card {
        min-height: auto;
        height: 100%;
    }
    .footer-price {
        position: relative;
        bottom: 0;
    }
    .card__body-images {
        height: 128px;
    }
    .mob-calendar__left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .card__header-tag p,
    .card__header-time_date
    {
        font-size: 12px;
    }
    .card__header-time_time {
        font-size: 24px;
    }
    .card__header-tag {
        justify-content: flex-start;
    }
    .calendar__list-card:hover .card__body-img {
        transform: none;
    }
    /*.event {*/
    /*    display: none;*/
    /*}*/
    .day {
        padding: 8px;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: flex-end;
    }
    .day__number {
        font-size: 16px;
    }
    .day__week {
        font-size: 8px;
    }
    .circle {
        top: 8px;
        right: 8px;
    }
    .day__today {
        gap: 2px;
    }
    #monthYear {
        width: auto;
        margin: 0 15px;
        font-size: 14px;
    }
    .calendar__filter {
        height: 42px;
    }
}
@media (max-width: 800px) {
    .calendar__detail-item {
        height: auto;
    }
}
@media (max-width: 460px) {
    .calendar__setting-clean {
        width: 100%;
    }
    .calendar__setting-up {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .calendar__setting-update {
        width: 100%;
        margin-bottom: 24px;
    }
    .calendar__setting-program {
        flex-wrap: wrap;
        gap: 24px;
    }
}
@media (max-width: 380px) {
    .day {
        padding: 4px;
        width: 42px;
        height: 42px;
    }
    .day__number {
        font-size: 4vw;
    }
    .event p {
        font-size: 6px;
    }
}
