.cont_slider{
	height: 282px;
}
.cont_slider .item{
	height: 282px;
}
.cont_slider .cont{
	display: flex;
	justify-content: space-between;
}
.cont_slider .title{
	font-family: 'GraphikLCG-Medium';
	font-weight: 600;
	font-size: 32px;
	line-height: 150%;
	color: #FFFFFF;
	max-width: 850px;
}
.cont_slider .title>span{
	color: #EB016E;
}
.cont_slider .sub_title{
	font-family: 'GraphikLCG-Light';
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #CCCCCC;
	max-width: 850px;
	padding-top: 12px;
}
.cont_slider .r{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.cont_slider .btn1{
	font-family: 'GraphikLCG-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 32px;
	background-color: #EB016E;
	border-radius: 2px;
	margin-left: 24px;
}
.cont_slider .btn2{
	font-family: 'GraphikLCG-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	padding: 11px 32px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	margin-left: 24px;
}
.cont_slider_dots {
	position: absolute;
	bottom: 32px;
	left: 50%;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 19px;
	display: flex;
	padding: 0 7px;
	transform: translate(-50%, 0)
}
.cont_slider_dots li button{
	font-size: 0;
	width: 8px;
	height: 8px;
	background-color: #DADEEE;
	margin: 8px 7px;
	border-radius: 50%;
}
.cont_slider_dots li.slick-active button{
	background-color: #0061F3;
}

@media (max-width:1300px) {
	.cont_slider .main_slider-padding {
		position: relative;
		padding: 35px 5% 0 5%;
	}
	.cont_slider .title {
		font-size: 24px;
	}
	.cont_slider .sub_title {
		font-size: 16px;
	}
}
@media (max-width:800px) {
	.cont_slider .main_slider-padding {
		position: relative;
		padding: 45px 5% 0 5%;
	}
	.cont_slider .r {
		flex-direction: column;
	}
	.cont_slider .btn1, .cont_slider .btn2{
		width: 100%;
		justify-content: center;
		margin-bottom: 16px;
	}

}
@media (max-width:600px) {
	.cont_slider {
		background-color: #181B59;

		height: 370px;
	}
	.cont_slider .item {
		background: none !important;
		border-bottom: 0 !important;
		height: 100%;
	}
	.cont_slider .items  {
		height: 100%;
	}
	.cont_slider .cont {
		flex-direction: column;
	}
	.cont_slider .r {
		margin-top: 24px;
		padding-bottom: 55px;
	}
	.cont_slider .title {
		font-size: 18px;
	}
	.cont_slider .sub_title {
		font-size: 14px;
		padding-top: 16px;
	}

}
@media (max-width:350px) {
	.cont_slider {
		height: 400px;
	}
}