.program-tabs .speaker_item {
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.program-tabs .speaker_avatar {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	flex-shrink: 0;
}

.program-tabs .speaker_info {
	max-width: 400px;
	margin-left: 10px;
}

.program-tabs .speaker_name {
	font-size: 17px;
	margin-bottom: 5px;
}

.program-tabs .speaker_desc {
	font-size: 14px;
	line-height: 16px;
	color: #7a7a7a;
}

.program-tabs .aftername {
	font-size: 14px;
	line-height: 16px;
	color: #7a7a7a;
	margin-top: 5px;
}

/*Подробная программа*/
.program-tabs .days_content_item,
.tabs-content_item {
	display: none;
}

.program-tabs .days-content_item--active,
.tabs-content_item--active {
	display: block;
}

.program-tabs .button_congress_about {
	transition: 1s;
	right: 10px;
	height: 16px;
	float: right;
	position: absolute;
	top: 50%;
	margin: -8px 0 0 0;
}

.program-tabs .button_congress_about>svg {
	height: 35px;
	transform: rotate(90deg);
	fill: #676b75;
	cursor: pointer;
}

.program-tabs .button_congress_about>svg:hover {
	fill: #337AB7;
}

.program-tabs .button_congress_about.active {
	transform: rotate(180deg);
	transition: 1s;
	fill: #337AB7;
}




.program-tabs .button_congress_about_session {
	transition: 1s;
	right: 10px;
	height: 16px;
	float: right;
	position: absolute;
	top: 50%;
	margin: -8px 0 0 0;
}

.program-tabs .button_congress_about_session>svg {
	height: 35px;
	transform: rotate(90deg);
	fill: #676b75;
	cursor: pointer;
}

.program-tabs .button_congress_about_session>svg:hover {
	fill: #337AB7;
}

.program-tabs .button_congress_about_session.active {
	transform: rotate(180deg);
	transition: 1s;
	fill: #337AB7;
}

.program-tabs .about {
	position: relative;
}

.program-tabs .about_simpoziym {
	display: none;
	font-style: italic;
	font-weight: 500;
}

.program-tabs .name_simpoziym {
	width: 90%;
}

.program-tabs .tabs-triggers,
.days-triggers {
	display: flex;
}

.program-tabs .days-triggers {
	padding: 0 50px 40px;
}

.program-tabs .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;
}

.program-tabs .days-triggers_item--active {
	background-color: #fff;
	color: #6f3dde;
	border: 1px solid #9e9e9e;
}

.program-tabs .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;
}

.program-tabs .tabs-triggers_item:hover,
.days-triggers_item:hover {
	color: #000;
}

.program-tabs .tabs-triggers_item:focus,
.days-triggers_item:focus {
	color: #6f3dde;
}

.program-tabs .tabs-triggers_item--active {
	background-color: #fff;
	color: #6f3dde;
	border: 1px solid #9e9e9e;
	border-bottom: none;
}

.program-tabs .tabs-triggers_item--active:hover,
.days-triggers_item--active:hover {
	color: #6f3dde;
}

.program-tabs .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;
	border-left: 4px solid transparent;
}

.program-tabs .about_congress {
	padding: 15px;
	color: #000;
	background-color: #e1e9ff;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	border-bottom: 1px solid #9e9e9e;
}

.program-tabs table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #9e9e9e;
	width: 100%
}

.program-tabs .about_simpoziym_normal {
	margin-top: 10px;
	font-size: 14px;
	color: #7f7f7f;
	line-height: 20px;
	font-weight: 500;
}

.program-tabs .comment_simpozium {
	font-size: 14px;
	color: #7f7f7f;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 5px
}

.program-tabs .button-watch-pr {
	display: block;
	width: max-content;
	border: 1px solid #000;
	padding: 10px 15px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	margin: auto;
	font-style: normal;
}

.program-tabs .button-watch-pr:hover {
	background-color: #000;
	color: #fff;
}

.program-tabs .block-button-watch-pr {
	margin-top: 30px;
}

.program-tabs .button_congress_about,
.button_congress_about_session,
.program-tabs .name_section_program {
	cursor: pointer;
}

.program-passed {
	opacity: 0.5;
}

.session_events>td {
	padding: 0;
}

.session_events_tbody {
	display: none;
	width: 100%;
	overflow: hidden;
}

.active_session {
	border-left: 4px solid #ff6a00!important;
}