@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
.custom-header .header-inner {
	display: flex;
	flex-flow: ;
	flex-direction: row;
	justify-content: space-between;
	align-content: ;
	align-items: center;
}
.time {
       font-family: 'Roboto', sans-serif;
}

.custom-header {
	padding: 10px 0;
	background: #f0eded;
}

.container2 {
	max-width: 1280px;
}

.clickToCall {
	font-size: 10px;
	width: 100%;
	max-width: 320px;
}

.clickToCall p {
	line-height: normal;
	color: #555;
	letter-spacing: .5px;
	text-align: left;
}

.clickToCall p {
	float: left;
	/*margin: 0 6px 0 0;*/
	padding-left: 18px;
	position: relative;
	padding-bottom: 5px;
}

.mob-text {
	display: none;
}

.bet img {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
}

.clickToCall .btn,
.button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	background: linear-gradient(#49b74e, #388E3C);
	cursor: pointer;
	padding: 10px 20px 10px 53px;
	border-radius: 8px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	line-height: normal;
	transition: all 0.3s;
	color: #fff !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -0.6px 1px 1px rgba(0, 0, 0, 0.35);
	float: right;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 16px;
	text-decoration: none !important;
}

.clickToCall .btn img {
	position: absolute;
	left: 56px;
	width: 24px !important;
	top: 49%;
	transform: translateY(-50%);
	margin: 0;
}

.left-part img {
    width: 250px;
}

a img {
	pointer-events: all;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}
	to {
		opacity: 0.0;
	}
}

.blinks {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

@media screen and (max-width: 570px) {
	.mob-text {
		display: block;
	}
	.mob-text .bet {
		font-size: 10px;
		text-align: right;
	}
	.mob-text .bet {
		font-size: 10px;
		position: absolute;
		right: 0;
		top: 20px;
		margin-top: 5px;
	}
	.clickToCall p.bet {
		display: none;
	}
	.clickToCall .btn img {
		display: none;
	}
	.clickToCall .btn {
		padding: 10px;
		/*margin-top: 10px;*/
	}
	.left-part img {
    max-width: 86px;
    padding: 10px;
}
	.bet img {
		position: absolute;
		top: 0;
		left: -5px;
		width: 15px;
	}
	.custom-header {
		padding: 20px 0 10px;
	}
}