.slider {
	width:100%;
	background:#F5F5F7;
	background:linear-gradient(135deg, #f5f5f5 1%, #F5F5F7 40%, #f5f5f5 70%, #F5F5F7 100%);
}
.slider_con {
	min-width:300px;
	width:100%;
	max-width:1200px;
	min-height:645px;
	position:relative;
}
.slide, .slide_in {
	width:100%;
	height:100%;
}
.slide_hide {display:none;}
.slide1_1 {
	padding:150px 20px;
	min-width:300px; width:50%;
	z-index:2;
}
.slide1_title {
	font-weight:600;
	font-size:46px;
	line-height:130%;
	color:#111;
	text-align:left;
	background:linear-gradient(135deg, #ffce00 1%, #111 40%, #ffce00 70%, #111 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	text-fill-color:transparent;
}
.slide1_title b {
	font-weight:700;
	font-size:46px;
	line-height:130%;
	color:#ff0000;
	text-align:left;
}
.slide1_price {
	font-weight:500;
	font-size:26px;
	color:#111;
	margin-top:25px;
	margin-bottom:40px;
	line-height:130%;
}
.slide1_price small {
	font-weight:400;
	font-size:18px;
	color:#333;
}

.slide_50 {
	min-width:300px; width:50%;
	height:100%;
	overflow:visibility;
	position:relative;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:right top;
}

.slider_points {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	z-index:10;
}
.slider_point {
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;
	height:8px; width:8px;
	margin:0 3px;
	background:#111;
	border-radius:2px;
}
.slider_point:hover {background:#111111; cursor:pointer;}
.slider_point_big {
	width:50px;
	position:relative;
	border-radius:2px;
	overflow:hidden;
}
.slider_point_big:hover {background:#111;}
.slider_point_big div {
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	height:8px;
	background:#f9c801;
	animation-name: slider_point_big;
	animation-delay:0.3s;
	animation-duration: 8s;
	animation-iteration-count: 1;
	animation-timing-function:linear;
}
@keyframes slider_point_big{
	0% {
		width:1px;
	}
	100% {
		width:50px;
	}
}

.slider_arrow_btn {
	margin-top:-10px;
	background:#ffce00;
	outline:none;
	border:0;
	padding:20px 50px;
	font-size:18px;
	color:#111;
	font-weight:700;
	font-family: 'Inter', sans-serif;

}
.slider_arrow_btn:hover {
	background:#ffd633;color:#574600;
}

.slider_index_kviz {
	background:#111;
}
.div_slider_kviz {
	background:#111;
	padding:20px 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

@media only screen and (max-width:800px) {
	.slide1_1 {
		position:absolute;
		top:0; left:0;
		padding:80px 40px; padding-bottom:20px;
		min-width:300px; width:100%;
		height:100%;
		z-index:5;
	}
	.slide_50 {
		min-width:300px; width:100%;
		height:100%;
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
		opacity:.3;
		z-index:1;
	}
}
@media only screen and (max-width:680px) {
	.slide1_title {
		font-size:32px;
	}
	.slide1_title b {
		font-size:32px;
	}
	.slide1_price {
		font-size:20px;
	}
	.slide1_price small {
		font-size:16px;
		padding-top:40px;
	}
	.slider_con {
		min-height:400px;
	}
	.slide1_1 {
		padding:40px 30px;
	}
	.slider_arrow_btn {
		padding:15px 40px;
		font-size:18px;
	}
	.slider_arrow_btn:hover {
		background:#ffd633;color:#574600;box-shadow:0 2px 10px -5px #000;
	}
}