.cp_general_title {
    margin-top: 80px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #5E5E5E;
}

.cp_general_title .bold {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    color: #101010;
}

.cp_calendar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 40px;
}

.cp_price-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.cp_block {
    width: 240px;
}

.cp_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

    padding-top: 12px;
    padding-bottom: 12px;

    background: #4C7CF6;
    border-radius: 12px 12px 0px 0px;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;

    position: relative;
}

.cp_header::after {
    position: absolute;
    left: calc(50% - 20px / 2);
    top: -11px;

    content: '';

    border: 1px solid #E5E5E5;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(120deg) skewX(-30deg) scale(1, 0.866);
    border-radius: 0 0 0 0.35em;
    z-index: 9999;
    background-color: #4C7CF6;
    height: 20px;
    width: 20px;
}

.cp_header .cp_title {
    /* Title/20/Bold */
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    color: #FFFFFF;
}

.cp_header .cp_subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F5F5F5;
}

.cp_body {
    border-radius: 0px 0px 12px 12px;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    padding-top: 24px;
    padding-bottom: 24px;
}

.cp_body .cp_row {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
    /* Neutral/Black */
    color: #101010;
    margin-top: 24px;

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.cp_body .cp_row:first-child {
    margin-top: 0px;
}

.cp_body .cp_row>div {
    min-width: 84px;
    text-align: left;
}

.cp_date {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4C7CF6;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #4C7CF6;
    padding-bottom: 12px;
    margin-bottom: 22px;
}

.cp_date::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #4C7CF6;
    position: absolute;
    top: 33px;
    left: calc(50% - 7px / 2);
}

.cp_price-group.future .cp_date {
    font-weight: 400;
}

.cp_price-group:not(:first-child) .cp_date::before {
    position: absolute;
    content: ' ';
    left: -85px;
    width: 100%;
    height: 1px;
    top: 36px;
    background-color: #4C7CF6;
}

.cp_price-group.future:not(:first-child) .cp_date::before {
    background-color: #E5E5E5;
}

.cp_price-group.future .cp_header::after {
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
}

.cp_price-group.future .cp_date,
.cp_price-group.future .cp_body .cp_row,
.cp_price-group.future .cp_header .cp_title,
.cp_price-group.future .cp_header .cp_subtitle,
.cp_price-group.future .cp_header {
    color: #B4B4B4;
}

.cp_price-group.future .cp_header,
.cp_price-group.future .cp_date::after {
    background-color: #E5E5E5;
}

.cp_price-group.future .cp_date {
    border-bottom: 1px solid #E5E5E5;
}

.cp_price-group.past {
    opacity: 0.5;
}

.cp_hurry_up {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #DF7533;
    border-radius: 24px;

    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    top: -54px;
}

.cp_hurry_up::after {
    position: absolute;
    left: calc(50% - 10px / 2);
    top: 34px;
    content: '';
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(-45deg);
    border-radius: 0 0 0 0.10em;
    z-index: 9999;
    background-color: #DF7533;
    height: 10px;
    width: 10px;
}

@media screen and (min-width: 1170px) and (max-width: 1350px) {
    .cp_block {
        width: 200px;
    }

    .cp_body .cp_row {
        gap: 25px;
        font-size: 15px;
    }

    .cp_body .cp_row>div:first-child {
        text-align: right;
    }
}

@media screen and (min-width: 966px) and (max-width: 1169px) {
    .cp_block {
        width: 160px;
    }

    .cp_header .cp_title {
        font-size: 18px;
    }

    .cp_header .cp_subtitle {
        font-size: 14px;
    }

    .cp_hurry_up {
        font-size: 12px;
    }

    .cp_body .cp_row {
        gap: 25px;
        font-size: 15px;
    }

    .cp_body .cp_row>div:first-child {
        text-align: right;
    }
}

@media screen and (max-width: 965px) {
    .cp_calendar-container {
        flex-direction: column;

        gap: 15px;
    }

    .cp_header::after,
    .cp_hurry_up {
        display: none;
    }

    .cp_date::after {
        top: 9px;
        left: -15px;
    }

    .cp_price-group:not(:first-child) .cp_date::before {
        left: -12px;
        width: 1px;
        height: 114%;
        top: -263px;
    }

    .cp_date {
        text-align: left;
        border: 0;
        margin-bottom: 14px;
        padding-bottom: 0;
    }

    .cp_header {
        margin-top: 0;
    }

    .cp_price-group.future .cp_date {
        border: 0;
    }

    .cp_block {
        width: 90vw;
    }
}

.ticket_content_wrapper.normal .one_half_bg {
    float: none;
    margin: 0 auto;
}
