.bet_info .title {
	width: 100%;
    overflow: hidden;
}
.actions.inner .head-block {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 27px 0 21px;
}

.actions.inner .head-block .content-h {
    margin: 0;
}

.actions.inner .bonus__header {
	
	background: #017AE8;
	border-radius: 4px;
}

.actions-btn--row {display: flex; justify-content: space-between; width: 100%; margin-top: 16px; margin-top: auto;}

.actions.inner .bonus-slider .slick-slide .bonus__body {
	text-align: left;
	align-items: flex-start;
	padding: 12px 16px 20px;
}


.actions-btn--row .btn {padding: 10px 15px;}

.main .actions-btn--row .btn.grey_bgr {margin-right: 0;}

.actions .time-label {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #969696;
	height: unset;
	background: transparent url(./time.svg) left center no-repeat;
	padding-left: 30px;
}

.actions.inner .bet_info {height: 100%;}

.actions.inner .title {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #2A2F3C;}
	
.actions.inner .bet_info .title {margin-bottom: 14px;}
.finish-label {height: 30px; line-height: 30px;}
.actions-btn--row .btn {background: linear-gradient(180deg, #007AE9 0%, #0072DA 100%); line-height: 1.25;}
.actions.inner .btn.transparent-bgr {border-color: #0072DA; background: transparent; color: #0072DA; }
.actions.inner .bonus-slider .slick-slide {border-radius: 4px;}

.actions-btn--row .btn.transparent-bgr:hover {color: #fff; background:#006BCD;}
.head-block .content-h + a {line-height: 1;}

@media (min-width: 600px) and (max-width: 1360px) {
	
	.actions-btn--row {flex-direction: column;}
	.actions.inner .actions-btn--row .btn + .btn {margin-top: 16px;}
	.actions.inner .bonus-slider .slick-slide .bonus__body a {width: 100%}
	
}


@media (max-width: 700px){
	.actions.inner .bonus-slider .slick-slide .bonus__body {
		padding: 12px 42px 20px;
	} 
	
	.actions-btn--row .btn {
		padding: 10px 10px;
		letter-spacing: -0.5px;
	}
}

@media (max-width: 600px){
	.actions.inner .head-block {flex-direction: column; align-items: flex-start;}
    .actions.inner .head-block .content-h + a{margin-top: 14px;}
   
	.actions-btn--row {flex-direction: column;}
	.actions.inner .actions-btn--row .btn + .btn {margin-top: 16px;}
	.actions.inner .bonus-slider .slick-slide .bonus__body a {width: 100%}
}

@media (max-width: 370px){
	
	.actions-btn--row .btn {
		padding: 10px 10px;
		letter-spacing: -0.5px;
	}
}

