.calcul {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -5px;
}
.title-calcul {
    color: #ffc001;
    font-weight: 600;
    margin-top: 23px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.calcul-two, .calcul-free, .calcul-for {
    display: inline-block;
    position: relative;
    width: 90%;
}
.fix-block {
      width: 25%;
      float: left;
      text-align: center;
  }
.imba {
    display: block;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
.attr-price {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.fix-block-two {
      width: 20%;
      float: left;
      text-align: center;
}
  #number {
  text-align: center;
    display: block;
    margin: 0 auto;
  }
.calcul-two:before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #ffc001;
    width: 100%;
    height: 30px;
     top: 16.5px;
    margin-left: 0px;
    z-index: -1;
    overflow: hidden;
}
.calcul-for:before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #ffc001;
    width: 100%;
    height: 30px;
    top: 16.5px;
    margin-left: 0px;
    z-index: -1;
    overflow: hidden;
}
  .fix-block-free {
  width: 100%;
      float: left;
  }
  .rag {
  width: 100%;
  }
.result {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
}

input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}


input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}


input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
        content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    background-color: #ffffff;
}



input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}



input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ffc001;
}

 
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}


input[type="radio"]:checked + label:after {
    opacity: 1;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #ffc001;
  border-radius: 1.3px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  background: #ffc001;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffc001;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #ffc001;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ffc001;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #ffc001;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffc001;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffc001;
}
.last {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
}
.last-two {
    display: block;
    width: 9.09%;
    float: left;
    padding-left: 10px;
}
datalist {
 width: 100%;
display: flex;
justify-content: space-between;
}

#tickmarks option {
    display: inline;
    width: 25px;
      font-weight: bold;
    font-size: 16px;
      margin-bottom: 10px;
}

.range-style {
  -webkit-appearance: none;
	width: 160px;
	height: 2px;
	background: #e4e4e4;
	outline: none;
}

.range-style::-webkit-slider-thumb {
  -webkit-appearance: none;
	width: 12px;
	height: 12px;
	border: 1px solid #dae3ea;
	background: white;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: center;
  cursor: pointer;
	transition: all 0.3s;
}
#result, #resultsas {
    border: 1px solid #000;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    width: 180px;
    color: #000;
    font-size: 21px;
    height: 40px;
}
.plati {
    display: block;
    width: 180px;
    background: #ffc001;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: -1px;
  margin-top: 9px;
}