input.slide-k3sc[type=range] {
	-webkit-appearance: none;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	background: transparent;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1;
}
input.slide-k3sc[type=range]:focus {
	outline: none;
	background: transparent;
	border: 0;
	box-shadow: none;
}
input.slide-k3sc[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 36px;
	cursor: pointer;
	box-shadow: none;
	background: transparent;
	border-radius: 36px;
	border: 3px solid #f4d02b;
}
input.slide-k3sc[type=range]::-moz-range-track {
	width: 100%;
	height: 36px;
	cursor: pointer;
	box-shadow: none;
	background: transparent;
	border-radius: 36px;
	border: 3px solid #f4d02b;
	box-sizing: border-box;
}
input.slide-k3sc[type=range]::-webkit-slider-thumb {
	box-shadow: none;
	border: 0px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: #868686;
	cursor: pointer;
	-webkit-appearance: none;
}
input.slide-k3sc[type=range]::-moz-range-thumb {
	box-shadow: none;
	border: 0px;
	height: 35px;
	width: 35px;
	border-radius: 35px;
	background: #868686;
	cursor: pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
}
input.slide-k3sc[type=range]::-moz-focus-outer{
	border: 0;
	box-sizing: border-box;
}
input.slide-k3sc[type=range]::-ms-thumb {
	box-shadow: none;
	border: 0px;
	height: 35px;
	width: 35px;
	border-radius: 35px;
	background: #868686;
	cursor: pointer;
	-webkit-appearance: none;
}
input.slide-k3sc[type=range]::-ms-track {
	width: 100%;
	height: 36px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input.slide-k3sc[type=range]::-ms-fill-lower {
	background: transparent;
	border: 3px solid #f4d02b;
	border-radius: 50px;
	box-shadow: none;
}
input.slide-k3sc[type=range]::-ms-fill-upper {
	background: transparent;
	border: 3px solid #f4d02b;
	border-radius: 50px;
	box-shadow: none;
}
input.slide-k3sc[type=range]:focus::-ms-fill-lower {
	outline: none;
	background: transparent;
}
input.slide-k3sc[type=range]:focus::-ms-fill-upper {
	outline: none;
	background: transparent;
}

.k3sc {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.sc-k3sc, .qc-k3sc {
	position: relative;
	overflow: hidden;
}
.slide-wrapper-k3sc {
	box-sizing: border-box;
	display: inline-block;
	height: 36px;
	width: 100%;
	max-width: 260px;
	position: relative;
	border-radius: 100px;
	margin-top: 7px;
	overflow: hidden;
}
.marker-k3sc {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}
.k3sc button.change-q-k3sc, .k3sc button.change-s-k3sc, .k3sc button.change-q-k3sc:hover, .k3sc button.change-s-k3sc:hover {
	float: right;
	margin-top: 13px;
	font-size: 11px;
	line-height: 110%;
	background: transparent;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.k3sc label {
	display: block;
	width: auto;
}
.qc-k3sc input[type="text"] {
	max-width: 260px;
	margin-top: 7px;
}
.slide-arrow-k3sc {
	animation: fly-arrow 10s linear infinite;
	position: absolute;
	opacity: 1;
	top: 4px;
	left: 60px;
	width: 0px;
}
.slide-arrow-k3sc:after {
	content:'';
	position: absolute;
	top: 0;
	left: 14px;
	height: 0px;
	width: 0px;
	border-left: 7px solid #dadbdb;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-top: 6px;
	padding-top: 0;
}
.slide-arrow-k3sc:before {
	content:'';
	position: absolute;
	height: 8px;
	width: 14px;
	margin-top: 10px;
	padding-top: 0;
	background-color: #dadbdb;
}
@keyframes fly-arrow {
	0%, 15%, 33%, 33.5%, 51.5%, 100% {
		left: 40px;
		opacity: 1;
	}
	25%, 43.5% {
		left: 80px;
		opacity: 1;

	}
	30%, 48.5% {
		left: 80px;
		opacity: 0;

	}
	32%, 50.5% {
		left: 40px;
		opacity: 0;
	}
}
@media only screen and (max-width: 370px) {
	.change-q-k3sc, .change-s-k3sc {
		margin-top: 0;
	}
	.k3sc label {
		display: inline;
	}
}
