.program-tabs .days_content_item,
.tabs-content_item {
	display: none;
}

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

.tabs-triggers {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.tabs-triggers .tabs-triggers_item {
	border: 2px solid #a1a1a1;
	border-radius: 25px;
	color: #a1a1a1;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.55;
}

.tabs-triggers .tabs-triggers_item:hover {
	border: 2px solid #000;
	color: #000;
}

.tabs-triggers .tabs-triggers_item--active {
	border: 2px solid #000;
	color: #000;
}

.table_congress {
	width: 100%;
}

.table_congress .about_congress {}

.table_congress .about {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 3fr 1fr;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0px;
}

.table_congress .about .name_simpoziym {}

.table_congress .about .name_simpoziym .date_simpozium {
	font-weight: 600;
}

.table_congress .about .name_simpoziym .comment_simpozium {
	font-weight: 600;
	color: #e41d36;
}

.table_congress .about .name_section_program {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.table_congress .about .button_congress_about i {
	float: right;
	transition: 1s;
	cursor: pointer;
	font-size: 22px;
}

.table_congress .about .button_congress_about.active i {
	transform: rotate(180deg);
}

.about_congress .about_simpoziym {
	padding: 20px 0px;
	gap: 20px;
}

.about_congress .about_simpoziym .about_simpoziym__image {
	max-width: 250px;
	width: 100%;
}

.about_congress .about_simpoziym .about_simpoziym__image img {
	max-width: 250px;
}

.about_congress .about_simpoziym .about_simpoziym_normal {}

.about_congress .about_simpoziym__speakers {
	margin-bottom: 25px;
}

.about_congress .about_simpoziym .speakers_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.about_congress .about_simpoziym .speakers_list .speaker_item {
	display: flex;
	gap: 15px;
	justify-content: flex-start;
	align-items: flex-start;
}

.about_congress .about_simpoziym .speakers_list .speaker_item .speaker_avatar {
	display: block;
	min-width: 100px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 2px solid #e41d36;
}

.about_congress .about_simpoziym .speakers_list .speaker_item .speaker_name {
	font-size: 18px;
	font-weight: 600;
}


.about_congress .about_simpoziym .section_materials {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 10px;
}


.about_congress .about_simpoziym .section_materials .presentations_block {
	width: 49%;
}

.about_congress .about_simpoziym .section_materials .videos {
	margin-bottom: 25px;
	width: 49%;
}

@media screen and (max-width: 992px) {
	.about_congress .about_simpoziym .section_materials {
		flex-direction: column;
	}

	.about_congress .about_simpoziym .section_materials .presentations_block {
		width: 100%;
	}

	.about_congress .about_simpoziym .section_materials .videos {
		width: 100%;
	}
}
.about_congress .about_simpoziym .section_materials .videos_room_btn {
	display: block;
	background-color: #e41d36;
	border: 2px solid #e41d36;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.about_congress .about_simpoziym .section_materials .videos_room_btn:hover {
	color: #e41d36;
	background-color: #fff;
}

@media screen and (max-width: 992px) {
	.about_congress .about_simpoziym .section_materials {
		grid-template-columns: 1fr;
	}

	.videos iframe {
		display: block;
		margin: auto;
	}
}

.videos_title,
.presentations_title,
.lection_rating_title,
.speakers_title,
.guestions_title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}

.about_congress .about_simpoziym .section_materials .presentations {}

.about_congress .about_simpoziym .section_materials .presentations .presentation {
	display: block;
	background-color: #e41d36;
	border: 2px solid #e41d36;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.about_congress .about_simpoziym .section_materials .presentations .presentation:hover {
	color: #e41d36;
	background-color: #fff;
}

.about_congress .about_simpoziym .section_materials .presentations .presentation_modal_button {
	display: block;
	background-color: #e41d36;
	border: 2px solid #e41d36;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.about_congress .about_simpoziym .section_materials .presentations .presentation_modal_button:hover {
	color: #e41d36;
	background-color: #fff;
}

.about_congress .about_simpoziym .guestions .guestions_modal_button {
	display: block;
	background-color: #e41d36;
	border: 2px solid #e41d36;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.about_congress .about_simpoziym .guestions .guestions_modal_button:hover {
	color: #e41d36;
	background-color: #fff;
}




.about_congress .about_simpoziym .lection_rating {
	margin-top: 20px;
}

.about_congress .about_simpoziym .lection_rating .lection_rating_stars {
	display: flex;
	width: max-content;
}


.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_one_star {
	width: 30px;
	height: 25px;
	text-align: center;
}

.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_one_star svg {
	width: 25px;
	height: 25px;
}

.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_one_star.active_user svg g {
	fill: red;
}

.about_congress .about_simpoziym .lection_rating .lection_rating_stars:hover .active_user svg g {
	fill: rgb(0, 0, 0);
}

.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_one_star.active svg g {
	fill: red;
}


.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_one_star:hover {
	cursor: pointer;
}


.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_user_one_star {
	width: 30px;
	height: 25px;
	text-align: center;
}

.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_user_one_star svg {
	width: 25px;
	height: 25px;
}

.about_congress .about_simpoziym .lection_rating .lection_rating_stars .lection_rating_user_one_star.active svg g {
	fill: red;
}

.average_rating {
	padding-top: 10px;
}
.average_rating span {
	font-weight: 600;
}

.modal-program {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding: 20px;
}

.modal-program a {
	display: block;
	background-color: #e41d36;
	border: 2px solid #e41d36;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 25px;
	text-align: center;
}

.modal-program a:hover {
	background-color: #fff;
	color: #e41d36;
}

.presentations a {
	display: block;
	background-color: #e41d36;
	border: 2px solid #e41d36;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.presentations a:hover {
	background-color: #fff;
	color: #e41d36;
}

.presentations .alert {
	margin-top: 30px;
}

.program-tabs .videos__wrap {
	position: relative;
	display: inline-block;
}
.program-tabs .videos__wrap .badge-view {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: white;
	padding: 5px 15px;
	border-radius: 25px;
	margin-top: -45px;
	font-weight: bold;
	opacity: .7;
	transition: .2s;
}
.program-tabs .videos__wrap:hover .badge-view{opacity: 1}
.program-tabs .videos__wrap .badge-view.not-viewed{background: orange;}
.program-tabs .videos__wrap .badge-view.viewed{background: green;}