.slider-marks {
  display: none;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
}

.slider-calc::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: var(--second_color);
  cursor: pointer;
  border-radius: 50%;
  border-width: 0px;
}

.slider-calc {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: transparent;
  position: relative;
  z-index: 2;
  margin:0px;
}

.slider-unfilled {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  background-color: #ddd;
  border-radius: 0px;
  z-index: 1;
}

.slider-progress {
  background-color: var(--second_color);
  width: 0%;
}

.slider-track, .slider-progress {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  border-radius: 5px;
}

.slider-track {
  background-color: #ddd;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 24px;
}

.slider-container-wrap .label {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
}

.slider-container-wrap {
	position: relative;
}

.calc_carwash_profit div.slider-container-wrap:not(:last-of-type) {
	margin-bottom: 35px;
}

.calc_carwash_profit_container{
	background-color:var(--main_color);
	color:#fff;
	border-radius:var(--big_border_radius);
	padding:76px 124px 76px;
}

.calc_carwash_profit_container .col-section-title{
	display:flex;
	justify-content:center;
	margin-bottom:16px;
}

.calc_carwash_profit_container .col-section-title h2{
	color:#fff;
}

.calc_carwash_profit_container .col-section-subtitle,
.calc_carwash_profit_container .col-section-title h2,
.calc_carwash_profit_container .col-section-title{
	width:100%;
	text-align:center;
}

.calc_carwash_profit .col-section-subtitle .subtitle{
	max-width:768px;
	width:100%;
	margin:0 auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	text-transform: uppercase;
}

.calc_carwash_profit_subtitle_calc{
	background: var(--extra_color_opacity_50);
	color:#fff;
	text-align:center;
	padding:21px 0px;
	font-size: 18px;
	margin-bottom:50px;
	font-weight: 700;
	border-radius:var(--button_border_radius);
}

.slider-container-sliders{
	padding-right:100px;
}

.calc_carwash_profit_resul_wrap{
	margin-bottom:42px;
	text-align:center;
}

.calc_carwash_profit_result span.annualIncome_label{
	font-size: 20px;
	font-weight: 700;
	line-height:  160%;
	display:block;
	margin-bottom:10px;
	text-transform: uppercase;
}

#annualIncome, .calc_carwash_profit_result span.annualIncome_currency{
	font-size: 44px;
	font-style: normal;
	display:inline;
	font-weight: 700;
	line-height: 118.182%;
	text-transform: uppercase;
}

.calc_carwash_profit_btn_center .order_button{
	height: 92px;
	font-size: 18px;
	max-width:402px;
	border-radius:var(--big_border_radius);
	margin:0 auto;
	font-weight: 700;
}

.calc_carwash_profit .slider-container-content-result{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

@media (max-width: 990px) {
	.calc_carwash_profit_container{
		padding:40px 30px;
	}
	
	.calc_carwash_profit .col-section-subtitle .subtitle{
		font-size:14px;
		text-transform:none;
	}
	
	.calc_carwash_profit_subtitle_calc{
		padding:12px 24px;
		font-size:16px;
		margin-bottom:24px;
	}
	
	.slider-container-sliders {
		padding-right: 12px;
	}
	
	.calc_carwash_profit_resul_wrap {
		margin-top: 24px;
		margin-bottom: 24px;
		text-align: center;
	}

}