.main-lates-matches .item {
	padding: 15px 30px 15px 30px;
	border-bottom: 1px solid #f7f7f7;
	display: block;
	background: #fff;
	box-sizing: border-box;
}

.main-lates-matches .item:hover {
	/*border-bottom: 1px solid #da6100; apri*/
	transition: all 500ms;
}

.main-lates-matches .item:last-child {
	border-bottom: none;
}

.main-lates-matches .item .championship {
	padding-bottom: 4px;
	clear: both;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	line-height: normal;
	font-family: Montserrat, sans-serif;
	display: block;
	text-transform: uppercase;
	text-align: center;
}

.main-lates-matches .item .teams-wrap {
	width: 100%;
	display: inline-block;
	font-size: 0;
}

.main-lates-matches .item .teams-wrap>* {
	vertical-align: middle;
}

.main-lates-matches .item .team {
	white-space: nowrap;
	overflow: hidden;
	width: 40%;
	display: inline-block;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	color: #141414;
}

.main-lates-matches .item .team img {
	width: 75px;
	height: 75px;
	margin-right: 10px;
	object-fit: contain;
}

.main-lates-matches .item .team span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.main-lates-matches .item .team1 span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.main-lates-matches .item .team1 {
	direction: rtl;
	white-space: nowrap;
	overflow: hidden;
	width: 40%;
	display: inline-block;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	color: #141414;
	text-align: right;
}

.main-lates-matches .item .team1 img {
	width: 75px;
	height: 75px;
	/*margin-left: 10px;*/
	margin-right:10px;
	object-fit: contain;
}

.main-lates-matches .item .score {
	width: 20%;
	display: inline-block;
	text-align: center;
}

.main-lates-matches .item .score span {
	min-width: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
	background: #ee307d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 10px;
}

.main-lates-matches .item .game-result {
	font-size: 10px;
	color: #999;
	line-height: normal;
	font-family: Montserrat, sans-serif;
	display: block;
	text-transform: uppercase;
	text-align: center;
}

.main-lates-matches .item .team:hover,
.main-lates-matches .item .team1:hover {
	overflow: visible;
}

.main-lates-matches .item .team:hover .name,
.main-lates-matches .item .team1:hover .name {
	z-index: 100;
	box-shadow: 0 0 5px 2px #d2d2d2;
	border-radius: 3px;
	background: #fff;
}

.main-lates-matches .item .team .name,
.main-lates-matches .item .team1 .name {
	padding: 2px;
	transition: 400ms;
	position: relative;
}

@media (max-width: 650px) {
	.main-lates-matches .item .score,
	.main-lates-matches .item .team,
	.main-lates-matches .item .team1 {
		width: 100%;
	}
	.main-lates-matches .item .team1 span,
	.main-lates-matches .item .team span {
		width: 100%;
		text-align: center;
	}
	.main-lates-matches .item .team img,
	.main-lates-matches .item .team1 img {
		display: block;
		margin: 0 auto;
	}
	.main-lates-matches .item .team,
	.main-lates-matches .item .team1 {
		white-space: normal;
	}
	.main-lates-matches .item .team:hover .name,
	.main-lates-matches .item .team1:hover .name {
		box-shadow: none;
		border: none;
		background: none;
	}
	.main-lates-matches .item .team1 {
		direction: ltr;
	}
}