.content_wp {
    background: none;
}

.content_wp::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    background-color: #004286;
    background-size: 100%;
    z-index: -1;
}

.content_programm {
    position: relative;
    padding: 5px 0;
    margin-bottom: 40px;
}

.scheme_link {
    color: rgba(255, 255, 255, 0.68);
}

.scheme_link:hover {
    color: #ffffff;
    text-decoration:underline;
}

.page_wp {
    margin-top: 50px;
}

/*.day-picker*/
.day-picker {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 73px;
    transition: 0.5s all;
    background-color: #ffffff00;
}

.day-picker:hover {
    background-color: #ffffff0f;
}
.exb_date {
    font-family: 'Jost', sans-serif;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 0;
    text-decoration: none;
}

.exb_download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 73px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #364b7b;
}

.exb_download-text {
    width: 150px;
    height: 40px;
    margin-left: 5px;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.exb_program {
    margin-top: 40px;
    margin-bottom: 70px;
    margin-left: 1px;
}

.exb_h {
    min-height: 45px;
    margin-bottom: 22px;
    margin-top: 10px;
    margin-left: 1px;
}

.exb_program-h {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.87;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.exb_text {
    font-family: 'Jost', sans-serif;
    font-size: 29px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.63;
    line-height: 37px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    align-items: center;
    margin-bottom: 0;
}

.exb_bottom {
    justify-content: flex-end;
}

.active {
    /* opacity: 1;
    visibility: visible; 
    max-height: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 1px;*/
}
.exb_schedule {
    display: flex;
    /*max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s opacity; */
    /* transition: 1s opacity, 0.5s max-height; */
}

.exb_schedule-time {
    width: 164px;
    /*margin-top: 10px; */
    margin-top: 0 !important;
    font-family: 'Jost', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
}

.exb_schedule-place {
    width: 240px;
    margin-left: 15px;
    font-family: 'Jost', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.68);
}

.exb_schedule-topic {
    width: 700px;
    font-family: 'Jost', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.exb_schedule-topic:hover {
    color: #ffffff;
}

.program_tabs {
    display: flex;
    justify-content: space-between;
}

.exhibition::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    background-color: #004286;
    background-size: 100%;
    z-index: -1;
}

.exb_date-block {
    margin-top: 45px;
    padding: 0 15px;
}

.day-picker.active {
    background-color: #ffffff2b;
}

.exb_date:hover {
    color: rgba(255, 255, 255, 0.84);
}

.exb_date:focus {
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
}

.content_wp hr {
    border: none;
    color: #465980;
    background-color: #465980;
    height: 1px;
    width: 97%;
    margin-top: 10px;
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

@media (max-width: 1200px) {
    .page_wp {
        margin-top: 0;
    }
    .col-auto.exb_schedule-topic {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .content_wp hr {
        margin-top: 11px;
    }
    .day-picker {
        max-width: 145px;
    }
    .exb_text {
        font-size: 18px;
        padding-right: 140px;
        line-height: 1.2;
    }
    .exb_h {
        min-height: 22px;
        margin-bottom: 0;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .day-picker {
        max-width: 120px;
    }
    .exb_date {
        font-size: 15px;
    }
    .col-auto.exb_schedule-time,
    .col-auto.exb_schedule-place,
    .exb_schedule-topic
    {
        font-size: 16px !important;
    }
    .col-auto.exb_date-block {
        margin-top: 22px;
        padding: 0 20px;
    }
    .exb_program {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .day-picker {
        max-width: 94px;
        padding: 0 10px;
    }
    .exb_date {
        font-size: 12px;
    }
    .exb_schedule-time {
        width: 110px;
    }
    .exb_schedule-place {
        width: 188px;
        margin-left: 0px;
    }
}