.new-kv {
	width: 600px;
}


.new-kv-in {
	display: inline-block;
	width: 100%;
	padding: 0px;
	cursor: auto;
}

.one-step {
	float: left;
	width: 100%;
	display: none;
}

.new-kv-tit {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}

.new-kv-wrap {}

.new-kv-ques {}

.one-check {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 20px;
}

.one-check i {
	float: left;
	color: #f0bc00;
	width: 24px;
	height: 24px;
	border: 1px solid #000;
	text-align: center;
	line-height: 22px;
}

.one-check i:before {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.one-check input:checked + i:before {
	opacity: 1;
}

.one-check label {
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.one-check input {
	position: absolute;
	left: -9999px;
}

.one-check span {
	display: block;
	padding-left: 35px;
}

.new-kv-btns {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.new-kv-btns .btn {
	position: relative;
	width: 100%;
	display: block;
	cursor: pointer;
	background:none;
	padding:20px 20px;
	color:white;
	font-size:16px;
	font-weight:800;
	text-transform:uppercase;
	border:none;cursor:pointer;
	-webkit-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	background:#000;
	outline:none;
	text-align:center;
	border:1px solid transparent
}

.new-kv-btns .btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.new-kv-btns .btn:not(.disabled):hover{
	background:#fff;
	color:#f0bc00;
	border:1px solid #f0bc00
}

.new-kv-btns .btn:before {
	content: '';
	position: absolute;
	left: 15px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.new-kv-btns .btn:hover:before {
	border-bottom: 2px solid #f0bc00;
	border-left: 2px solid #f0bc00;
}

.prev-bt {
	float: left;
	width: 40%;
}

.new-kv-btns .prev-bt .btn:before {
}

.prev-bt a {}

.next-bt {
	float: right;
	width: 40%;
}

.new-kv-btns .next-bt .btn:before {
	left: auto;
	right: 15px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.next-bt a {}

.kv-counter {
	float: left;
	width: 100%;
	margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.kv-counter span {
	margin-right: 85px;
    color: #f0bc00;
    font-size: 20px;
    position: relative;
}

.kv-counter span:before {
	content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    left: 200%;
    top: 50%;
    background: #000;
}

.one-inp {
	position: relative;
    width: 100%;
    font-size: 14px;
    position: relative;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.one-inp input {
	background: transparent;
    border: none;
    width: 100%;
    padding: 10px 20px;
    color: black;
    position: relative;
    outline: none;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    resize: none;
    font-size: 16px;
    border-bottom: 1px solid #5a5a5a;
}

.one-inp input:focus {
    border-bottom: 3px solid #f0bc00;
}

.send-bt {
	float: right;
	width: 40%;
}

.send-bt .btn:before {
	content: normal !important;
}


@media (max-width: 768px) {

.new-kv {
	width: 100%;
	max-width: 600px;
}

.next-bt, .send-bt {
	width: 100%;
}

.prev-bt {
	width: 100%;
	margin-bottom: 15px;
}

.new-kv-tit {
	font-size: 24px;
}

}