table tr td {
    padding: 10px;
    border: none;
    color: #fff;
}

.tables {
    overflow: auto;
}

.tables details {
    margin-top: 0;
}

.tables summary {
    padding: 15px 0;
}

.tables table {
    border: none;
}

.tables table tr {
    border-top: 1px solid #ddd !important;
}

.tables p {
    margin-left: 30px;
    margin-bottom: 32px;
}
.contacts_item p,
.tables p {
    font-family: 'Jost', sans-serif;
}

.tables ul, .tables ol {
    padding-left: 40px;
    font-family: 'Jost', sans-serif;
}

.contacts_item a,
.tables a:not(.button_link):not(.day-picker) {
    text-decoration: none;
    opacity: 0.8;
    color: #ffffffa6;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
}

.contacts_item a:hover,
.tables a:not(.button_link):not(.day-picker):hover {
    color: #B65ABE;
    opacity: 1;
}

.button_link {
    background: #B65ABE;
    border-radius: 6px;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff !important;
    height: 41px;
    width: 327.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.nolightbox {
    display: inline !important;
}

.button_disabled {
    background: #20588A;
    opacity: 0.7;
    border-radius: 6px;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff !important;
    height: 41px;
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tables ul li, .tables ol li {
    padding-bottom: 16px;
}
.tables strong {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.tables em {
    font-style: italic;
}

.table_wp {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

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

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

@media (max-width: 400px) {
    .exb_date {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .day-picker {
        max-width: 94px;
        padding: 0 10px;
    }
}
@media (max-width: 767px){
    .exb_date {
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .day-picker {
        max-width: 120px;
    }
}
@media (max-width: 991px){
    .day-picker {
        max-width: 145px;
    }
}
.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) !important;
    margin-bottom: 0;
    text-decoration: none !important;
}
.day-picker {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 73px;
    transition: 0.5s all;
    background-color: #ffffff00;
}
.day-picker.active {
    background-color: #ffffff2b;
}
#tabs-0, #tabs-1, #tabs-2 {
    border: none !important;
}

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