

.watch-demo {
	position: relative;
}

.watch-demo::after {
	display: none !important;
}

.watch-demo video {
	width: 100%;
	position: relative;
	opacity: 0;
}

.watch-demo .watch-demo__toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	cursor: pointer;
}

.watch-demo .watch-demo__toggle::after {
	content: "Watch demo";
	width: 150px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-top: 90px;
	background-image: url("/wp-content/themes/beter-2.0/assets/images/icons/play-button-green.svg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	text-transform: uppercase;
	font-family: "GT America LCG Ext Md";
	font-size: 14px;
	line-height: normal;
}

.beter-sports .watch-demo .watch-demo__toggle::after {
	background-image: url("/wp-content/themes/beter-2.0/assets/images/icons/play-button-blue.svg");
}


.watch-demo .watch-demo__toggle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.watch-demo .watch-demo__toggle:hover img {
	opacity: .3;
}

.watch-demo.active video {
	opacity: 1;
}

.watch-demo.active .watch-demo__toggle {
	display: none !important;
}


@media (min-width: 992px) {

	.odds-stat .row {
		justify-content: space-between;
		column-gap: 20px;
	}

	.odds-stat .row .item {
		width: calc(33.33% - 16px);
	}
}


.why-block-row {
	align-items: center;
	padding-top: 108px;
}

.integrity-backed {
	padding-bottom: 95px;
}
.integrity-backed__title {
	color: #FFF;
	font-family: "GT America LCG Exp Bd";
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 108%; /* 51.84px */
	text-transform: uppercase;
	max-width: 821px;
}
.integrity-backed__text {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 10px 0 30px 0;
}
.integrity-backed__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 95px;
}
.integrity-backed__item {
	display: flex;
	flex-direction: column;
}
.integrity-backed__item-img {
	display: flex;
	align-items: center;
	min-height: 231px;
	grid-gap: 42px;
	padding-left: 42px;
	border-left: 2px solid #FF4100;
	margin-bottom: 12px;
}
.integrity-backed__item-logo img {
	max-width: 232px;
	object-fit: cover;
	max-height: 100%;
}
.integrity-backed__item-title {
	color: #FFF;
	font-family: "GT America LCG Exp Bd";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.integrity-backed__item-text {
	color: rgba(255, 255, 255, 0.60);
	font-family: "GT America LCG Ext Rg";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 1024px) {
	.integrity-backed__items {
		grid-template-columns: 1fr;
		grid-gap: 30px
	}
	.integrity-backed__title {
		font-size: 32px;
	}
}
@media (max-width: 625px) {
	.integrity-backed {
		padding-bottom: 52px;
	}
	.integrity-backed__items {
		display: flex;
		flex-direction: column;
		grid-gap: 50px;
	}
	.integrity-backed__title {
		font-size: 24px;
	}
	.integrity-backed__text {
		font-size: 14px;
	}
	.integrity-backed__item-img {
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
		grid-gap: 20px;
		border-left: none;
		border-bottom: 2px solid #FF4100;
		padding-bottom: 30px;
		margin-bottom: 24px;
		display: flex;
		min-height: auto;
	}
	.integrity-backed__item-title {
		text-align: center;
		font-size: 18px;
	}
}
.awards .swiper-scrollbar {
	position: static!important;
	border-radius: 4px!important;
	background: #0C0C0C!important;
	margin-top: 51px;
	height: 4px!important;
}
.awards .swiper-scrollbar-drag {
	border-radius: 4px!important;
	background: #FF4100!important;
}
@media (max-width: 625px) {
	.awards .swiper-scrollbar {
		margin-top: 30px;
	}
}
.row.setkacup-stat-container.table-tennis .second-line a {
	width: 33.333%
}
.row.setkacup-stat-container.table-tennis .second-line, .row.setkacup-stat-container.table-tennis .first-line {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1024px) {
	.row.setkacup-stat-container.table-tennis .second-line, .row.setkacup-stat-container.table-tennis .first-line {
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.setkacup-stat-container.table-tennis .sport-data-container {
		background-position: 100px!important;
	}
}

.news-item .news-item-addition-data .share a.link {
	background-image: url("../images/icons/link.svg");
}
.news-item .news-item-addition-data .share a.facebook {
	background-image: url("../images/icons/facebook.svg");
}
.news-item .news-item-addition-data .share a.twitter {
	background-image: url("../images/icons/twitter.svg");
}