.ref-programm{
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.ref-programm .day-title {
    color: #969696;
    font-size: 18px;
    line-height: normal;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 300ms;
    user-select: none;
    padding-bottom: 23px;
}
.ref-programm .intec-ui-control-tabs-custom {
    gap: 37px;
    border-bottom: 2px solid #EFEFEF;
    width: fit-content;
}
.ref-programm .day-title:hover {
    color: #0c44a0;
}
.ref-programm .day-title {
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}
.ref-programm .day-title[data-active="true"] {
    color: #0c44a0;
    border-bottom: 2px solid #0c44a0;
}
.ref-programm .time-title {
    color: #000;
    font-size: 20px;
    line-height: normal;
}
.ref-programm .intec-ui-control-tabs-custom-content[data-active="false"] {
    display: none;
}
.ref-programm .ref-programm-day-date-date {
    color: #dc2824;
    font-size: 28px;
    line-height: 154%;
    text-transform: uppercase;
}
.ref-programm .ref-programm-day-date-day {
    color: #969696;
    font-size: 18px;
    line-height: normal;
    text-transform: lowercase;
}
.ref-programm .ref-programm-download-wrap{}
.ref-programm .ref-programm-download{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: #ffffff;
    text-align: center;
    padding: 18px 43px;
    border-radius: 38px;
    border: 1px solid #0C44A0;
    background-color: #0C44A0;
    text-decoration: none;
    text-transform: uppercase;

    transition: background-color .2s ease-out, color .2s ease-out;
}
.ref-programm .ref-programm-download:hover,
.ref-programm .ref-programm-download:focus{
    background-color: #ffffff;
    color: #0C44A0;
}
.ref-programm .elem-over {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}
.ref-programm .elem-status {
    display: inline-block;
    color: #050505;
    font-size: 10px;
    line-height: normal;
    text-transform: lowercase;
    padding: 8px 12px;
    border-radius: 72px;
    background: #EFEFEF;
    width: fit-content;
    text-align: center;
}
.ref-programm .elem-status-wrapper {
    min-height: 34px;
    margin-bottom: 15px;
}
.ref-programm .elem-status.color-blue {
    background: #CCE4F1;
}
.ref-programm .elem-status.color-red {
    background: #F5D7D7;
}
.ref-programm .elem-status.color-yellow {
    background: #FFF5CF;
}
.ref-programm .elem-status.color-green {
    background: #E1F5D7;
}
.ref-programm .elem-status.color-empty {
    background: transparent;
    border: 1px solid #B7B7B7;
}
.ref-programm .elem-name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;

    transition: color 350ms;
}
.ref-programm .elem-name[onclick] {
    cursor: pointer;
}
.ref-programm .elem-name[onclick]:hover {
    color: #0c44a0;
}
.ref-programm .elem-preview {
    color: #000;
    font-size: 14px;
    line-height: normal;
    margin-top: 23px;
}
.ref-programm .ref-programm-elem {
    padding: 32px 20px;
    align-content: space-between;
    /*max-width: 350px;*/
    /*flex: 0 0 350px;*/
    width: 100%;
}
.ref-programm .ref-programm-elem.full{
    max-width: 100%;
    flex: 0 0 100%;
}
.ref-programm .ref-programm-elem-content {
    align-content: flex-start;
}
.ref-programm .ref-programm-elem-time {
    padding: 37px 5px 5px 0;
    max-width: 140px;
    width: 100%;
}
.ref-programm .ref-programm-elem,
.ref-programm .ref-programm-elem-time {
    border-right: 2px solid #EFEFEF;
}
.ref-programm .ref-programm-elem-time.hide-border {
    border-right-width: 0;
}
.ref-programm .ref-programm-table {
    border-top: 2px solid #EFEFEF;
    /*margin-left: calc((100vw - 1290px) / 2);*/
}
.ref-programm .ref-programm-elem.width-100 {
    border-right: 0;
    max-width: 89% !important;
}
.ref-programm .ref-programm-time {
    /*margin-right: -3px;*/
    border-bottom: 2px solid #EFEFEF;
}
.ref-programm .elem-translation-icon {
    font-size: 0;
    line-height: 0;
}
.ref-programm .elem-place {
    gap: 5px;
    margin-top: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.ref-programm .elem-place-icon {
    font-size: 0;
    line-height: 0;
    padding-bottom: 1px;
}
.ref-programm .elem-place-icon svg{
    width: 20px;
    height: auto;
}
.ref-programm .ref-programm-day-name {
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    padding-left: 6px;
    text-transform: uppercase;
}
.ref-programm .day-title[data-active="true"] .ref-programm-day-name {
    max-width: 200px;
}
.ref-programm .ref-programm-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px 30px;
    position: relative;
    margin-bottom: 50px;
    min-height: 65px;
}
.ref-programm .ref-programm-day-date {

}
.ref-programm .width-89-percent {
    max-width: 89% !important;
    border-right-color: transparent;
}
.ref-programm .elem-time {
    color: #0C44A0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
}
.ref-programm .elem-translation-wrap {
    color: #000;
    font-size: 14px;
    line-height: 139.9%;
    transition: 350ms;
    text-decoration: none !important;
    margin-top: 20px;
    display: block;
    font-weight: 500;
}
.ref-programm .elem-translation {
    gap: 14px;
}
.ref-programm .elem-translation-icon {
    font-size: 0;
    line-height: 0;
}
.ref-programm .elem-translation-wrap:hover {
    color: #0c44a0
}
.ref-programm .elem-download {
font-size: 0;
line-height: 0;
margin-top: 20px;
display: block;
padding-right: 27px;
}

@media all and (max-width: 1600px) {
    .ref-programm .ref-programm-elem{
        padding: 26px 12px;
    }
    .ref-programm .elem-status{
        font-size: 10px;
        padding: 6px 10px;
    }
    .ref-programm .elem-place{
        font-size: 10px;
        gap: 3px;
    }
    .ref-programm .elem-place svg{
        width: 18px;
        height: auto;
    }
    .ref-programm .elem-name{
        font-size: 12px;
    }
    .ref-programm .time-title{
        font-size: 18px;
    }
    .ref-programm .ref-programm-elem-time{
        padding: 26px 5px 5px 0;
        max-width: 126px;
    }
    .ref-programm .ref-programm-download-wrap{
        flex: 0 0 100%;
        order: 1;
    }
    .ref-programm .ref-programm-day-date-wrapper{
        order: 2;
    }
    .ref-programm .ref-programm-tabs{
        order: 3;
    }
}
@media all and (max-width: 1330px) {
    .ref-programm .elem-name {
        font-size: 10px;
    }
    .ref-programm .elem-status{
        font-size: 8px;
    }
}
@media all and (max-width: 1200px) {
    .ref-programm{
        padding: 50px 0;
    }
    .ref-programm .ref-programm-top-area{
        margin-bottom: 40px;
    }
    .ref-programm .ref-programm-elem{
        padding: 30px 20px;
        border-top: 2px solid #EFEFEF;
        margin-top: -2px;
    }
    .ref-programm .elem-download,
    .ref-programm .elem-translation-icon{
        padding-right: 0;
    }
    .ref-programm .elem-status{
        font-size: 12px;
    }
    .ref-programm .elem-name {
        font-size: 14px;
    }
    .ref-programm .elem-place{
        font-size: 12px;
    }
}
@media all and (max-width: 1100px) {
    .ref-programm .intec-ui-control-tabs-custom {
        gap: 20px;
    }
    .ref-programm .width-89-percent {
        max-width: 100% !important;
    }
}
@media all and (max-width: 1000px) {
    .ref-programm .elem-name br{
        display: none;
    }
}
@media all and (max-width: 768px) {
    .ref-programm{
        padding: 40px 0;
    }
    .ref-programm .time-title {
        font-size: 18px;
        margin-bottom: 34px;
    }
    .ref-programm .elem-over {
        margin-bottom: 13px;
        font-size: 16px;
    }
    .ref-programm .elem-preview {
        font-size: 14px;
        margin-top: 16px;
    }
    .ref-programm .ref-programm-elem {
        /*padding: 30px 20px;*/
    }
    .ref-programm .elem-translation-icon {
        padding-right: 0;
    }
    .ref-programm .elem-place {
        margin-top: 18px;
    }
    .ref-programm .elem-download {
padding-right: 0;
}
    .ref-programm .ref-programm-day-date {
        position: initial;
        transform: none;
    }
    .ref-programm .ref-programm-download{
        padding: 12px 43px;
    }
}
@media all and (max-width: 600px) {
    .ref-programm{
        overflow: visible;
    }
    .ref-programm .ref-programm-elem-wrap{
        align-items: flex-start;
    }
    .ref-programm .ref-programm-elem-time{
        position: sticky;
        top: 0;
        padding: 20px 5px 20px 0;
        max-width: 110px;
    }
    .ref-programm .time-title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .ref-programm .ref-programm-elems{
        border-left: 2px solid #EFEFEF;
        margin-left: -2px;
    }
    .ref-programm .ref-programm-elem{
        padding: 20px;
    }
    .ref-programm .day-title {
        /*font-size: 14px;*/
        /*line-height: 14px;*/
        border-radius: 0;
        padding: 0 0 8px 0;
    }
    .ref-programm .day-title[data-active="true"] {
        padding: 0 0 8px 0;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .ref-programm .ref-programm-day-date-wrapper{
        order: 3;
    }
    .ref-programm .ref-programm-tabs{
        order: 2;
        flex: 1 0 100%;
    }
    .ref-programm .intec-ui-control-tabs-custom{
        width: 100%;
        justify-content: space-between;
    }
    .ref-programm .ref-programm-top-area{
        margin-bottom: 16px;
        gap: 36px 30px;
    }
    .ref-programm .elem-status{
        font-size: 10px;
    }
    .ref-programm .elem-name {
        font-size: 12px;
    }
    .ref-programm .elem-place{
        font-size: 10px;
    }
}
@media all and (max-width: 400px) {
    .ref-programm .ref-programm-elem-time{
        max-width: none;
        border-left: 2px solid #EFEFEF;
        border-bottom: 2px solid #EFEFEF;
        padding: 20px;
        background-color: #ffffff;
        z-index: 10;
    }
    .ref-programm .ref-programm-elems{
        margin-left: 0;
    }
}