.speaker_item{margin: 10px 0;display: flex;align-items: center;}
.speaker_avatar {width: 100px;height: 100px;background-repeat: no-repeat;background-size: cover;background-position: center;flex-shrink: 0;}
.speaker_info{max-width: 400px;margin-left: 10px;}
.speaker_name{font-size: 17px;margin-bottom: 5px;}
.speaker_desc{font-size: 14px;line-height: 16px;color:#7a7a7a;}
.aftername{font-size: 14px;line-height: 16px;color:#7a7a7a;margin-top:5px;}
/*Подробная программа*/
.program-tabs {font-family: sans-serif;}
.days_content_item, .tabs-content_item {display: none;}
.days-content_item--active, .tabs-content_item--active {display: block;}
.button_congress_about {transition: 1s;right: 10px;height: 16px;float: right;position: absolute;top: 50%;margin: -8px 0 0 0;}
.button_congress_about>svg {height: 35px;transform: rotate(90deg);fill: #676b75;cursor: pointer;}
.button_congress_about>svg:hover {fill: #337AB7;}
.button_congress_about.active {transform: rotate(180deg);transition: 1s;fill: #337AB7;}
.about {position: relative;}
.about_simpoziym {display: block;max-height: 0px;overflow: hidden;transition: 1s;font-style: italic;font-weight: 500;}
.name_simpoziym {width: 90%;}
.tabs-triggers, .days-triggers {display: flex;}
.days-triggers {padding:0 50px 40px;}
.days-triggers_item {color:#fff;text-align: center;padding:15px 5px;text-decoration: none;flex-grow:1;font-size: 30px;
	font-weight: 600;border: 1px solid #6f3dde;background-color:#6f3dde;margin:0 2px;}
.days-triggers_item--active {background-color:#fff;color: #6f3dde;border: 1px solid #9e9e9e;}
.tabs-triggers_item {color:#fff;text-align: center;padding:15px 5px;text-decoration: none;flex-grow:1;font-size: 22px;
	font-weight: 600;border: 1px solid #fff;background-color:#6f3dde;}
.tabs-triggers_item:hover, .days-triggers_item:hover {color: #000;}
.tabs-triggers_item:focus, .days-triggers_item:focus {color: #6f3dde;}
.tabs-triggers_item--active {background-color:#fff;color: #6f3dde;border: 1px solid #9e9e9e;border-bottom: none;}
.tabs-triggers_item--active:hover, .days-triggers_item--active:hover {color: #6f3dde;}
.time_congress {width:140px;text-align: center;font-size: 18px;font-weight: 600;line-height: 20px;padding: 10px 5px;
	border-bottom: 1px solid #9e9e9e;background-color: #f7f7f7;}
.about_congress {padding: 15px;color:#000;background-color: #e1e9ff;font-size: 18px;font-weight: 600;
	line-height: 20px;border-bottom: 1px solid #9e9e9e;}
.about_congress a {color:#000;}
.about_congress a:hover {color:#0033cc;}
.program-tabs table {border-spacing:0;border-collapse: collapse;border: 1px solid #9e9e9e; width: 100%}
.about_simpoziym_normal {margin-top: 10px;font-size: 14px; color: #7f7f7f;line-height: 20px;font-weight:500;}
.comment_simpozium {font-size: 14px; color: #7f7f7f;line-height: 20px;font-weight:500; margin-bottom: 5px}

/*Краткая программа*/
.brief_program-content_item {display: none;}
.brief_program-content_item--active {display: block;}
.brief_program-triggers {display: flex;}
.brief_program-triggers_item {position: relative; top:1px; color:#fff;text-align: center;padding: 12px 15px;line-height:1.43;text-decoration: none;font-size: 30px;
	font-weight: 500;border: 1px solid #e5e5e5;border-bottom:none;background-color:#95071f;}
.brief_program-triggers_item:hover, .brief_program-triggers_item:focus {color:#fff;}
.brief_program-triggers_item--active {background-color:#fff;color:#95071f;}
.brief_program-triggers_item--active:hover, .brief_program-triggers_item--active:focus {color:#95071f;}

/*Стиль таблицы краткой программы*/
.brief_program-tabs {font-family: 'Roboto' sans-serif;}
.brief_program-tabs table {border-collapse: collapse; width: 100%;table-layout: fixed; background: #fff;border: 1px solid #e5e5e5; min-width: 450px;}
.brief_program-tabs table td {width: 100%;}
.brief_program-tabs table a {color: #000;font-size: 18px;font-weight: 500;}
.prog {font-size: 18px; text-align: left;vertical-align: top; color: #000; font-weight: 500;
	padding: 30px 20px 0px;border-left: 3px solid #95071f}
.prog:first-child {border-left:none;}
.time {color: #95071f; font-size: 24px; line-height: 32px; font-weight: 600;}
.zagolovok {font-size: 30px; font-weight: 500; color: #95071f; text-align: center; margin-bottom: 20px;}
.speakers {color:#7f7f7f; margin-top: 5px; font-size: 14px;}
.brief_program-tabs table a, .brief_program-tabs table a:visited,.brief_program-tabs table a:active,..brief_program-tabs table a:hover {color:#000;}
.item_prog {margin-bottom: 20px;}


@media screen and (max-width: 992px) {
.brief_program-triggers>a {font-size: 28px;padding: 5px 15px;}
.time { font-size: 22px; }
.zagolovok {font-size: 28px;}
}
@media screen and (max-width: 600px){
.brief_program-triggers{flex-direction: column;}
.brief_program-triggers>a {width: max-content;}
.time { font-size: 22px; }
.zagolovok {font-size: 28px;}
.bord {border-left: 2px solid #95071f}
}