.show-imp{
	display: block !important;
}
.show-imp .qw3-text{
	display: block !important;
}
#send-result-polzunok{
	width: 150px;
height: 35px;
border-radius: 5px;
border: 1px solid #000;
padding: 0 15px;
font-size: 15px;
}
.send-result-polzunok_wrap label{
	font-size: 15px;
}
.send-result-polzunok_wrap .qw3-text-title{
	font-size: 15px;
	width: auto;
	margin-right: 10px;
}
#number-slider {
  margin-bottom: 4rem;
  margin-top: 20px;
}

.ui-widget-content {
  border-radius: 3px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: -o-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: #ef7f1a;
  border: none;
  height: 7px;
  position: relative;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
}

.ui-slider-handle {
  position: relative;
  outline: none;
  top: -1.1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  cursor: pointer;
  background: #f5ae08;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f5ae08), color-stop(100%, #f9ca0c));
  background: -webkit-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -o-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f5ae08), to(#f9ca0c));
  background: linear-gradient(to right, #f5ae08 0%, #f9ca0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ae08', endColorstr='#f9ca0c', GradientType=1);
  background: #ef7f1a;
}

.ui-slider-handle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}

.ui-widget-header {
  border-radius: 3px;
  background: -webkit-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -webkit-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: #6f6f6f;
  -webkit-box-shadow: inset 0px 3px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.inputDiv-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.send-result-polzunok_wrap{
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body, html{
	background: #0a0a0a;
}

.testitle{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 10px;
}
.testitle span{
	color: #ef7f1a;
}

.hero-items {
  display: flex;
  position: relative;
  z-index: 4;
}

.hero-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.979vw;
  height: 6.51vw;
  border: 1px solid rgba(255, 255, 255, .25);
  background-color: rgba(0, 0, 0, .25);
  margin-left: -1px;
}

.hero-item__check {
  display: flex;
  width: .78125vw;
  margin-right: 1.823vw
}

.hero-item__check img{
  display: block;
  width: 100%;
}


@media (max-width: 768px){
	.header-box{
		margin-left: auto;
    margin-right: auto;
	}
  .hero-items{
    flex-wrap: wrap;
  }
  .hero-item{
    width: 48%;
    padding: 4vw 1vw;
    padding-left: 4vw;
    height: auto;
    justify-content: flex-start;
  }
  .hero-item__check{
    width: 2.78vw;
  }
  .hero-item p{
    font-size: 3vw;
  }
	.header-soc.v1{
		text-align: center;
    	align-items: center;
    	margin-right: 0;
	}
	.kr-text__text{
		font-size: 12px;
	}
	.header-soc__num a{
		font-size: 18px;
	}
	.btn-brd{
		background: #ef7f1a;
	}
	.testitle{
		font-size: 24px;
	}
}











