.calculator{
	padding: 15px;
	max-width: 1000px;
	margin: auto;
	font-family: "Roboto" ,sans-serif;
}
.calculator__head{
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;

	color: #725790;
}
.calculator__wrapper{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.ranges{
	max-width: 640px;
}
.ranges__item{
	margin-bottom: 30px;
}
.ranges__label{
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	color: #808386;
	margin-bottom: 10px;
}
.ranges__input{
 display: flex;
}
.ranges__percent{
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #652480;

}
.ranges__price{
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 33px;
	color: #652482;
}

.rs-range {
  max-width: 420px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
}
.rs-range:focus {
  outline: none;
}
.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #000;
  border-radius: 0px;
  border: 2px solid #808386;
}
.rs-range::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 2px solid #808386;
}
.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;

  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #652482;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #652482;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.rs-range::-moz-focus-outer {
  border: 0;
}





.circular{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 275px;
	-ms-flex: 0 0 275px;
	flex: 0 0 275px;
	max-width: 275px;
	text-align: center;
	margin-left: auto;
}
.circular-ball{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-transform: lowercase;
	color: #725790;
	margin-bottom: 15px;
}
.progress-bar{
	position: relative;
	width: 230px;
    margin: auto;
}
.progress-bar__year{
	opacity: 0.7;
	font-size: 28px;
}
.progress-bar__ball{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	color: #652480;
}
.progress-bar-js{
	font-weight: 400;
}
.progress-bar__ball span{
	font-weight: 900;
	font-size: 36px;
}
.progress-bar__ball p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
.circular-notis{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin-top: 15px;
	color: ##808386;
}

.progress-active{
	position: absolute;
	top: 0;
	left: 0;
}


.calculator-mult .calculator__head{
	color: #000
}
.calculator-mult .ranges__percent{
	color: #000
}
.calculator-mult .ranges__price{
	color: #000
}
.calculator-mult .circular-ball{
	color: #000
}
.calculator-mult .progress-bar__ball{
	color: #000
}

.calculator-mult .rs-range::-webkit-slider-thumb {

  background: #000;

}
.calculator-mult .rs-range::-moz-range-thumb {

  background: #000;

}


.checkbox__eu, .checkbox__ru{
	padding-left: 46px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.checkbox__eu{
	 margin-bottom: 15px;
}
.checkbox__wrapper{
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 30px;
}
.checkbox1 {
  display: block;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox1 .box {
  box-shadow: inset 4px 4px 0.6666666667em rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin: 0;
  vertical-align: -0.18em;
  position: relative;
  background-color: #C4C4C4;
  cursor: pointer;
  width: 32px;
  height: 71px;
  border-radius: 15px;
  transition: background-color .2s linear, box-shadow .2s ease-in-out;
}
.checkbox1 .box::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 50%;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
/*.checkbox1:not(:hover) :focus + .box {
  box-shadow: inset 4px 4px 0.6666666667em rgba(0, 0, 0, 0.4), 0 0 1px 1px #652480;
}
.checkbox1 [checked] + .box,
.checkbox1 :checked + .box {
  background-color: #652480;
}*/
.checkbox1 [checked] + .box::before,
.checkbox1 :checked + .box::before {
  transition: all .2s ease-in-out;
  bottom: 0;
}
.checkbox1 input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/*Media*/
@media (max-width: 968px) {

	.calculator__wrapper {
		flex-direction: column;
		align-items: center;
		padding: 0 15px;
	}
	.circular{
		margin: auto;
	}

}

@media (max-width: 570px) {

	.calculator__head {
		font-size: 16px;
		line-height: 21px;
	}
	.ranges__label{
		font-size: 12px;
		line-height: 14px;
	}
	.rs-range{
		padding: 0 10px;
	}
	.ranges__percent{
		font-size: 16px;
		line-height: 19px;
	}
	.ranges__price{
		font-size: 16px;
		line-height: 19px;
	}
	.circular{
		margin: auto;
	}


	.rs-range::-webkit-slider-runnable-track {
	  border: 1px solid #808386;
	}
	.rs-range::-moz-range-track {
	  border: 1px solid #808386;
	}
	.rs-range::-webkit-slider-thumb {
	  height: 16px;
	  width: 16px;
	  margin-top: -8px;
	}
	.rs-range::-moz-range-thumb {
	  height: 16px;
	  width: 16px;
	  margin-top: -8px;
	}
}