/* .event_score {
	border: 1px solid #E2E1E1;
	box-sizing: border-box;
	width: 83px;
	height: 25px;
	margin: 0 10px;
	text-align: center;
	color: #0596D5;
	background: #fff;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
} */

.widget_scroll {
	background: white;
	border-radius: 5px;
	height: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}
.widget_scroll span {
	background: #FBBC04;
	border-radius: 20px;
	height: 100%;
	display: block;
}

#widget_betting {
	padding: 0px 0 15px;
	position: relative;
	overflow: hidden;
}

#widget_betting .betting_widget {
	overflow: hidden;
	overflow-x: scroll;
	padding-bottom: 27px;
	margin-bottom: -27px;
	white-space: nowrap;
}
/*скрытие второй (стандартной) полосы прокрутки*/
#widget_betting .betting_widget::-webkit-scrollbar {
	display: none;
}
.betting_widget .chm_event {
	width: 300px;
	/* height: 170px; */
	background: #FFFFFF;
	box-shadow: unset;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	white-space: normal;
	vertical-align: middle;
}

.betting_widget .chm_event {
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.betting_widget .chm_table .div-cell.col1 {
	width: 100%;
	padding-bottom: 10px;
}
.betting_widget .chm_table .div-cell.col2 {
	width: 33.3%;
}

.betting_widget .chm_table .div-cell.col1 .event_comm {
	display: flex;
	flex-direction: column;
	flex: 2;
}
.betting_widget .chm_table .div-cell.col1 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.betting_widget .chm_table .chm_event .event_comm .comm_name {
	text-align: center;
	width: 100%;
	order: 2;
}

.betting_widget .chm_table .chm_event .event_comm .comm_logo {
	text-align: center;
	width: 100%;
	margin: 0;
	margin-bottom: 3px;
}

.betting_widget .chm_event .div-cell.col1 {
	height: 82px;
}

.betting_widget .chm_event .div-cell.col1:hover {
	opacity: 0.5;
}

.betting_widget .chm_table .div-cell.col2 a {
	display: inline-block;
}

.betting_widget .chm_table .odd-top {
	position: relative;
	top: unset;
	left: unset;
}

.betting_widget .chm_table .odd-top .bk_spr_bc {
	display: inline-block;
}

.betting_widget .chm_table .div-cell.col1 div.event_score {
	flex: 1;
	min-width: 83px;
	max-width: 83px;
}

.bw_button {
	position: absolute;
	width: 34px;
	height: 34px;
	background: #2A2A2A;
	border-radius: 50%;
	top: 60px;
	cursor: pointer;
}

.bw_button.bw_b_right {
	right: 0;
}

.bw_button.bw_b_left {
	left: 0;
}

#widget_betting_box .section-title {
	width: 50%;
	padding-right: 10px;
	display: inline-block;
}
#widget_betting_box .bw_link_more {
	width: 48%;
	padding: 0 5px;
	font-size: 14px;
	line-height: 143%;
	color: #000000;
	text-decoration-line: underline;
	text-align: right;
	display: inline-block;
}

/*
* Список событий
*/

.div-cell.col1 {
	width: 60%;
}

.div-cell.col1 div {
	display: inline-block;
}

.div-cell.col1 {
	width: 64%;
}

.div-cell.col2 {
	width: 12%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.div-cell.col1 {
	display: inline-block;
}

.chm_event {
	padding: 10px;
	margin: 10px 0;
	background: #fff;
}

.chm_event .col0 {
	color: #B2B2B2;
	font-size: 14px;
	line-height: 114%;
	margin-bottom: 10px;
}

.chm_event .col0 a {
	text-decoration: underline;
	color: #000;
}

.chm_event .event_comm .comm_logo {
	width: 40px;
	max-height: 40px;
	text-align: center;
}
.chm_event .event_comm .comm_logo img {
  max-height: 40px;
}

.chm_event .event_comm:first-child .comm_logo {
	margin-left: 10px;
}

.chm_event .event_comm:last-child .comm_logo {
	margin-right: 10px;
}

.chm_event .event_comm .comm_name {
	width: 100px;
	vertical-align: middle;
}

.chm_event .event_comm:first-child .comm_name {
	text-align: right;
}

.chm_event .event_comm:last-child .comm_name {
	text-align: left;
}

.chm_event .event_comm .comm_name {
	color: #2B2B2B;
	font-size: 14px;
	line-height: 114%;
	max-height: 33px;
	overflow: hidden;
}

@media(max-width: 1199px) {
	.chm_table .div-cell.col1 {
		width: 100%;
		padding-bottom: 10px;
	}
	.chm_table .div-cell.col2 {
		width: 33.3%;
	}
	.chm_table .div-cell.col1 a {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.chm_table .div-cell.col1 div.event_score {
		flex: 1;
		min-width: 83px;
		max-width: 83px;
	}
	.chm_table .div-cell.col1 .event_comm {
		flex: 2;
		text-align: right;
	}
	.chm_table .div-cell.col1 .event_comm:nth-child(3) {
		text-align: left;
	}
	.chm_table .div-cell.col2 > div {
		display: inline-block;
	}
	.chm_table .odd-top {
		position: relative;
		top: unset;
		left: unset;
	}
	.chm_table .odd-top .bk_spr_bc {
		display: inline-block;
	}
}
@media(max-width: 649px) {
	.chm_table .chm_event .event_comm .comm_name,
	.chm_table .chm_event .event_comm .comm_logo {
		text-align: center;
		width: 100%;
		margin: 0;
	}
	.chm_table .chm_event .event_comm .comm_name {
		order: 2;
	}
	.chm_table .div-cell.col1 .event_comm {
		display: flex;
		flex-direction: column;
	}
}

.chm_event .odd-bottom .odd-name,
.chm_event .odd-bottom .odd_name {
	display: inline-block;
}

.chm_event .odd-bottom {
	background: #F2F1F1;
	width: 86px;
	height: 40px;
	padding: 5px;
	line-height: 30px;
	text-align: right;
	cursor: pointer;
}

.chm_event .odd-bottom:hover {
	background: rgba(5, 142, 202, 0.1);
}

.chm_event .odd-bottom span {
	color: #000000;
	font-size: 16px;
	text-decoration: unset;
	font-weight: bold;
}

.chm_event .odd-bottom .odd_name {
	float: left;
	font-size: 12px;
	color: #949494;
}

.odd-bottom .odd_diff {
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.odd-bottom .odd_diff:before {
	content: '';
	position: absolute;
	left: 1px;
}
.odd-bottom .odds-arr-up.odd_diff:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #3FB700;
}
.odd-bottom .odds-arr-down.odd_diff:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #FF0035;
}

.chm_table a {
	text-decoration: unset;
	cursor: pointer;
}

.chm_table a:hover {
	text-decoration: none;
}

/*
* END - Список событий
*/

.info-center div.event_score span {
	font-size: 16px;
}

.chm_table .event_score {
	background: #fff;
	border-radius: 3px;
}
.event_score {
	border: 1px solid #E2E1E1;
	box-sizing: border-box;
	width: 83px;
	height: 25px;
	margin: 0 10px;
	text-align: center;
	color: #0596D5;
	background: #fff;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	border-radius: 3px;
}