.darkblue {
    color: #1b4b6f;
}
.float_left {
    float: left;
}
.clear:after {
    content: '';
    clear: both;
}
.w10 {
    width: 10%;
}
.w16 {
    width: 16.6%;
}
.w20 {
    width: 20%;
}
.w80 {
    width: 80%;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.newline {

}
.line:after {
    clear: both;
    content: '';
}
.silver {
    background-color: #f5f5f5;
}
.light_green {
    background-color: #36b29b;
}
.green {
    background-color: mediumseagreen;
}
.blue {
    padding: 5px;
    margin: 5px 0;
    background-color: #115067;
    color: #fff;
}
.white {
    background-color: white;
}
.table_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.newtable {
    display: table;
    height: 100%;
}
.td_time {

}
.tabs_nav {
    display: block;
    padding: 0;
    margin: 0;
    min-height: 60px;
}
.tabs_nav:after {
    clear: both;
    content: '';
}
.tabs_nav li {
    cursor: pointer;
    list-style: none;
    display: block;
    float: left;
    margin: 5px 5px;
    padding: 10px;
    /*border: 1px solid #36b29b;*/
    text-align: center;
    transition: all 0.2s ease-out;
    background-color: #e1e1e1;
    color: #a5a5a5;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.tabs_nav li:hover,
.tabs_nav li.active {
    background-color: #8cbac9;
    color: #204b6d;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#tabs_container_wrap {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}
.tabs_container {
    margin-top: 20px;
}
.th_span,
.tabs_container div.th,
.tabs_container th {
    /*padding: 5px;*/
    /*background-color: #115067;*/
    color: #fff;
}
.tabs_container div.th {
    padding: 10px 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    white-space: nowrap;
}
.tabs_container th:nth-child(even) div.th:first-child {
    background-color: #a6cad6;
}
.tabs_container th:nth-child(odd) div.th:first-child {
    background-color: #8cbac9;
}
.tabs_container th:last-child div.th {
    border-right: 0;
}
.tr_present {
    background-color: #36b29b;
    color: #ffffff;
}
.th_online {
    background-color: #c6b816;
}
.th_blue {
    background-color: #32a3db;
}
.th_green {
    background-color: #80c342;
}
.th_red {
    background-color: #f0404b;
}
.td_online {
    background-color: #f4f0bc;
}
.td_blue{
    background-color: #ceeaf8;
}
.td_green {
    background-color: #e5f6d4;
}
.td_red {
    background-color: #fedcdd;
}
.td_simposium {
    background-color: #c0c0c0;
}
.tabs_container td {
    /*border: 1px solid #36b29b;*/
    /*border-right: 0;*/
    /*border-top: 0;*/
    /*padding: 15px 5px;*/
    text-align: center;
    position: relative;
    vertical-align: top;
}
.tabs_container td:last-child {
    /*border-right: 1px solid #36b29b;*/
}
.tabs_container td:first-child {
    /*text-align: left;*/
    /*vertical-align: middle;*/
}
.td_break {
    padding: 15px;
}
.td_header {
    font-weight: bold;
    display: block;
    padding: 15px 2px 15px 2px;
    text-align: center;
    margin: 0 !important;
    line-height: 1;
    font-size: 14px;
    position: relative;
    min-width: 125px;
}
.td_header a {
    text-decoration: underline;
    /*color: #36b29b;*/
    color: #000000;
    font-weight: bold;
}
.td_header_full {
    height: 100px;
    position: sticky;
    top: 0;
    left: 33vw;
    width:33vw;
    z-index: 10;
    vertical-align: middle;
    display: table-cell;
}
.img_coffee,
.img_sinhron_perevod,
.img_vote {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0px;
    cursor: pointer;
}
.img_second {
    right: auto;
    left: 0;
}
.img_vote {
    width: 15px;
}
.img_sinhron_perevod {
    width: 20px;
}
.img_coffee {
    width: 20px;
}
.img_coffee img,
.img_sinhron_perevod img,
.img_vote img {
    max-width: 100%;
    animation: pulse 1.5s linear infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1.2);
        filter: invert(0%);
    }
    50% {
        transform: scale(0.9);
        filter: invert(50%);
    }
    100% {
        transform: scale(1.2);
        filter: invert(0%);
    }
}
.img_sinhron_perevod.img_sinhron_perevod_china img {
    animation: pulseColor 1.5s infinite ease-in-out;
}
@keyframes pulseColor {
    0% {
        /* Базовый цвет (в данном случае обычный вид и легкая прозрачность тени) */
        filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.3));
        transform: scale(1.2);
    }
    50% {
        /* Пик пульсации: увеличение размера и яркий неоновый цвет */
        filter: drop-shadow(0 0 25px rgba(255, 0, 0, 1));
        transform: scale(0.9);
    }
    100% {
        /* Возврат к исходному */
        filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.3));
        transform: scale(1.2);
    }
}
.img_coffee span,
.img_sinhron_perevod span,
.img_vote span {
    display: none;
    position: absolute;
    z-index: 2;
    right: -50%;
    top: 15px;
    background: #fff;
    padding: 5px;
    border: 1px solid #1d718f;
}
.img_coffee:hover span,
.img_sinhron_perevod:hover span,
.img_vote:hover span {
    display: block;
}
.prog_descr {
    padding: 10px;
    line-height: 1;
    font-size: 14px;
    text-align: left;
}
.prog_descr a {
    text-decoration: underline;
    color: #36b29b;
}
.mob_hide_tr {
    display: table-row;
}
.none {
    display: none;
}
.hide {
    display: none;
}
.border_right {
    border-right: 1px solid #36b29b !important;
}
.tabs {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
}
.bold {
    font-weight: bold;
}
.white_text {
    color: #ffffff;
}
.silver_text {
    font-size: 14px;
    line-height: 1;
    color: silver;
}
.slides_template_link {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.slides_template_link .pptx {
    cursor: pointer;
    padding: 15px 30px;
    background-color: rgba(17, 80, 103, 0.75);
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ffffff;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: all 0.2s
    ease-out;
}
.slides_template_link .pptx:hover {
    background-color: #115067;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.program_link {
    /*display: flex;*/
    display: block;
    justify-content: space-between;
    /*justify-content: end;*/
    margin: 30px 0;
}
.program_link:after {
    content: '';
    display: block;
    clear: both;
}
.program_link a {
    background-color: rgba(194,0,53, 0.75);
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    border: none;
    width: auto;
    max-width: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: all 0.2s ease-out;
    float: left;
    padding: 10px 15px;
    text-align: center;
}
.program_link a.program_day {
    text-transform: none;
    font-size: 16px;
    margin-left: 10px;
    line-height: 1;
}
.program_link span {
    display: inline-block;
    float: right;
}
.program_link a:hover {
    background-color: #c20035;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.program_link a.prog_create {
    background-color: rgba(29,113,143,0.75);
    margin-left: 10px;
}
.program_link a.prog_create:hover {
    background-color: #1d718f;
}
.program_link a small {
    text-transform: none;
}
.border {
    border: 1px solid #ffffff;
}
.border-left {
    border-left: 1px solid #ffffff;
}
.border-top {
    border-top: 1px solid #ffffff;
}
.border-right {
    border-right: 1px solid #ffffff;
}
.border-bottom {
    border-bottom: 1px solid #ffffff;
}
.soc_links_block {
    display: block;
    text-align: center;
}
.soc_links_block span {
    display: block;
    margin: 5px 0;
}
.soc_links_block a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.link_vkontakte {
    background-image: url('/program/img/vk-com3.png');
}
.link_rutube {
    background-image: url('/program/img/rutube.png');
}
.link_telegram {
    background-image: url('/program/img/telegram.png');
}
.link_yandex {
    background-image: url('/program/img/yandex-zen.png');
}
#img_plan {
    position: relative;
}
#button_plan {
    cursor: pointer;
    padding: 15px 30px;
    background-color: rgba(17,80,103,0.75);
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 101;
    right: 0;
    top: 4px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: all 0.2s ease-out;
}
#button_plan:hover {
    background-color: #115067;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.div_plan {
    display: none;
    position: fixed;
    z-index: 102;
    padding: 0;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.div_plan img {
    height: auto;
    width: 700px;
}
.img_title {
    padding: 15px 5px;
    background-color: #115067;
    color: #fff;
    display: block;
}
.tabs_container th.red,
.tabs_container div.th.red,
.red {
    color: red;
}
.arrow_position {
    position: fixed;
    z-index: 11;
    top: 65%;
    width: 50px;
    height: 100px;
    transition: all 0.2s ease-out;
    opacity: 0.6;
    cursor: pointer;
    display: none;
    background-position: center center !important;
    background-size: contain !important;
}
.arrow_position:hover {
    opacity: 1;
}
.left_arrow {
    left: 0;
}
.right_arrow {
    right: 0;
}
.table_auditory {
    margin: 15px auto 0 auto;
    width: calc(50vw - 20px);
    /*border: 1px solid #115067;*/
    padding: 15px;
    border-radius: 10px;
}
.table_auditory p {
    text-align: left;
}
.table_auditory table {
    margin: 0 auto;
}
.table_auditory td {
    padding: 5px 10px;
    border: 1px dotted silver;
}
.table_auditory td:first-child {
    padding-top: 10px;
    border-right: 0;
}
.table_auditory td:last-child {
    text-align: left;
}
.reg_button {
    height: max-content;
    text-align: center;
    display: block;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 24px;
    background-color: #9b2d30;
    color: #ffffff !important;
    transition: background 0.5s
    ease-in-out;
}
.reg_button:hover {
    background-color: #115067;
    color: #ffffff;
}
@media(max-width: 768px){
    .tabs_container .table_auditory td:first-child {
        width: auto;
    }
    .tabs_container .table_auditory td:last-child {
        width: 10%;
        padding-left: 10px;
    }
    .tabs_container .table_auditory td {
        display: table-cell;
        border: 1px dotted silver;
    }
    .table_auditory {
        width: calc(100% - 32px);
        margin: 15px auto 0 auto;
    }
    .table_auditory table {
        width: 100%;
    }
    .img_coffee,
    .img_sinhron_perevod,
    .img_vote {
        top: 10px;
        right: 30%;
    }
    .img_second {
        right: auto !important;
        left: 30%;
    }
    .tr_present,
    .th_blue,
    .th_green,
    .th_red,
    .th_online {
        padding: 5px;
        color: #ffffff;
    }
    .slides_template_link {
        display: block;
    }
    .slides_template_link .pptx {
        display: inline-block;
    }
    .slides_template_link span {
        display: block;
        padding: 10px 0;
    }
    #button_plan {
        position: fixed;
        transform: rotate(90deg);
        right: -21vw;
        top: 250px;
        padding: 10px 15px;
        border: 2px solid rgba(255, 255, 255, 1);
    }
    .div_plan {
        padding-top: 0;
    }
    .border, .border-bottom, .border-left, .border-top, .border-right {
        border: 0;
    }
    .td_header {
        height: auto !important;
        width: auto !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }
    .td_header_full {
        position: relative;
        top: auto;
        left: auto;
        display: block;
    }
    .program_link {
        justify-content: space-between;
        margin: 15px 0;
        text-align: center;
    }
    .program_link a {
        display: block;
        text-align: center;
        line-height: 18px;
        padding: 10px 10px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .program_link span {
        margin-bottom: 15px;
    }
    .td_time {
        background-color: #115067;
        color: #fff;
    }
    .td_time div {
        background-color: #115067;
        color: #fff;
        height: auto !important;
        line-height: 24px !important;
    }
    .th_span,
    .tabs_container div.th,
    .tabs_container th {
        padding: 5px;
        background-color: #8cbac9;
        color: #fff;
    }
    .hide {
        display: block;
    }
    .border_right {
        border-right: none!important;
    }
    .mob_hide_tr {
        display: none;
    }
    .mob_hide {
        display: none !important;
    }
    .tabs_nav li {
        float: none;
    }
    .tabs_container td {
        display: block;
        border: 0;
        width: 93vw;
        height: auto !important;
    }
    .tabs_container td:first-child {
        /*float: none;
        width: auto;
        padding-left: 0;
        text-align: center;*/
    }
    .tabs_container td:nth-child(n+2) {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .th_span {
        margin: 20px 0 0 0;
    }
    .td_break {
        border: 0 !important;
        border-left: 0 !important;
        border-bottom: 15px solid #fff !important;
    }
    .date_mobile {
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: #ffffff;
    }
    .date_mobile.absolute {
        position: absolute;
    }
    .date_mobile.fixed {
        position: fixed;
        top: 53px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .date_mobile_list {
        display: none;
    }
    .date_mobile_select,
    .date_mobile_header {
        background-color: #fff;
        cursor: pointer;
        padding: 10px 10px;
        text-align: center;
        border: 2px solid #36b29b;
    }
    .date_mobile_header {
        border-bottom:0;
        font-weight: bold;
        border-top-left-radius: 25px;
    }
    .date_mobile_select {
        border-top:0;
        padding-top: 10px;
        border-bottom-right-radius: 25px;
    }
    .date_mobile_select.active {
        border-bottom-right-radius: 0;
        border-bottom: 0;
    }
    .date_mobile_select b {
        font-size: 18px;
        line-height: 1;
        line-height: 24px;
        display: inline-block;
        padding: 0 10px;
        transform: rotate(
                -90deg
        );
    }
    .date_mobile_list {
        padding: 0;
        margin: 0;
        border: 2px solid #36b29b;
        border-top: 0;
    }
    .date_mobile_list li {
        list-style-type: none;
        display: block;
        padding: 10px;
        text-align: center;
    }
    .date_mobile_list li.active {
        background-color: #36b29b;
        color: #fff;
    }
    .tabs_container {
        padding-top: 90px;
    }
}
@media(min-width: 769px) and (max-width: 1366px) {
    .td_header {
        font-size: 10px;
        line-height: 1;
    }
    #button_plan {
        right: 35px;
        top: 10px;
        padding: 10px 15px;
    }
}