.cabinet__list div {
  position: relative;
  padding: 0 0 0 34px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: url(/images/dezinfect/icon-ok.png) no-repeat 0 2px;
  margin: 0 0 20px 20px;
}

.calculator_white__slider{
overflow: hidden;
}

input[type=range] {
padding: 10px 15px 0;
-webkit-appearance: none;
background-color: transparent;
width: 450px;
height: 38px;
overflow:hidden;
margin: 0;
transform-style: preserve-3d;
perspective: 300;
transform-origin: 50% 50% 300px;
perspective-origin: 50% -121%;
transform: skew(0deg);
}
input[type=range]:focus{
outline:none;
}
input[type="range"]::-webkit-slider-thumb {
position:relative;
-webkit-appearance: none;
cursor:pointer;
background-color: #8ebe2e;
width: 18px;
height: 18px;
border-radius: 30px;
z-index:2;
}
input[type="range"]::-webkit-slider-thumb:after {
content: "";
position: absolute;
z-index: 1;
left: -285px;
top: -28px;
width: 300px;
height: 140px;
background: #9FE472;
transform: rotateX(90deg);
transform-origin: 0 0px 0;
transform: rotateX(90deg) translateY(-140px) translateZ(-18px);
}
input[type="range"]::-webkit-slider-thumb:before {
content: "< >";
font-family: 'Concert One', cursive;
position: absolute;
background: #eaebe5;
background: -moz-linear-gradient(top, #eaebe5 0%, #dcdedd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebe5), color-stop(100%,#dcdedd));
background: -webkit-linear-gradient(top, #eaebe5 0%,#dcdedd 100%);
background: -o-linear-gradient(top, #eaebe5 0%,#dcdedd 100%);
background: -ms-linear-gradient(top, #eaebe5 0%,#dcdedd 100%);
background: linear-gradient(to bottom, #eaebe5 0%,#dcdedd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebe5', endColorstr='#dcdedd',GradientType=0 );
top: -2px;
left: 0px;
border-radius: 2px;
color: #5a5a5a;
text-shadow: 0 1px 0 white;
height: 22px;
width: 32px;
border-top: 1px solid white;
border-left: 1px solid white;
box-sizing: border-box;
text-align: center;
line-height: 19px;
font-size: 17px;
}
input[type="range"]::-webkit-slider-runnable-track:before {
content: "";
position: absolute;
height: 38px;
width: 283px;
background: #e8e8e8;
background: -moz-linear-gradient(top, #dfdfdf 0%, #d8d8d8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#d8d8d8));
background: -webkit-linear-gradient(top, #dfdfdf 0%,#d8d8d8 100%);
background: -o-linear-gradient(top, #dfdfdf 0%,#d8d8d8 100%);
background: -ms-linear-gradient(top, #dfdfdf 0%,#d8d8d8 100%);
background: linear-gradient(to bottom, #dfdfdf 0%,#d8d8d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d8d8d8',GradientType=0 );
bottom: 0;
left: 0;
}
input[type="range"]::-webkit-slider-runnable-track:after {
content: "";
position: absolute;
height: 10px;
width: 270px;
background: rgb(247, 247, 247);
top: 0;
right: 26px;
transform: skew(62deg);
}
input[type=range]:before {
content: "";
position: absolute;
background: rgb(190, 190, 190);
box-shadow:0 1px 0 rgb(235, 235, 235);
width: 100%;
left: 0;
height: 1px;
top: 23px;
z-index: 1;
}
input[type=range]:after {
content: "";
position: absolute;
width: 7px;
left: 3px;
border-radius: 50%;
height: 6px;
top: 21px;
z-index: 1;
box-shadow:
17px 0 0 rgb(190, 190, 190),
74px 0 0 rgb(190, 190, 190),
132px 0 0 rgb(190, 190, 190),
189px 0 0 rgb(190, 190, 190),
247px 0 0 rgb(190, 190, 190),
304px 0 0 rgb(190, 190, 190),
362px 0 0 rgb(190, 190, 190),
420px 0 0 rgb(190, 190, 190);
}

.calculator{
margin: 50px 5px;
box-shadow: 0 0 7px 0px #00000050;
position: relative;
display: flex;
width: 740px;
}

.calculator_white{
width: 70%;
padding: 30px;
}

.calculator_green{
width: 30%;
background-color: #eff6e1;
padding: 30px;
}

.calculator_green__header{
color: #8ebe2e;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
}

.calculator_green__value div,
.calculator_green__sum-span{
margin-bottom: 15px;
color: #777777;
font-style: italic;
font-size: 12px;
}

.calculator_green__percent{
margin-bottom: 25px;
color: #000000;
font-weight: bold;
font-weight: 12px;
}

.calculator_green__sum{
color: #8ebe2e;
font-size: 35px;
font-weight: bold;
}

.calculator_white__header{
font-size: 14px;
font-weight: bold;
color: #000000;
margin-bottom: 20px;
}

#region{
width: 100%;
border: 1px solid #cacaca;
padding: 6px 15px;
border-radius: 5px;
color: #777777;
/* pointer-events: none; */
}

.center {
position: absolute;
display: inline-block;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}

/** Custom Select **/
.custom-select-wrapper {
position: relative;
user-select: none;
width: 100%;
z-index: 10;
}
.custom-select-wrapper select {
display: none;
}
.custom-select {
position: relative;
margin-bottom: 25px;
}
.custom-select-trigger {
position: relative;
display: block;
padding: 0 84px 0 22px;
font-size: 22px;
font-weight: 300;
color: #777777;
line-height: 20px;
background: #ffffff;
border-radius: 4px;
cursor: pointer;
border: 1px solid #cacaca;
padding: 6px 15px;
border-radius: 5px;
font-size: 14px;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px; height: 10px;
  top: 50%; right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%; left: 0; right: 0;
  min-width: 100%;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.07);
  background: #fff;
  transition: all .4s ease-in-out;
  height: 200px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  margin-top: 1px;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
  .custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
  }
  .option-hover:before {
    background: #f9f9f9;
  }
  .custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 600;
    color: #777777;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    font-weight: 400
  }
  .custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
  }
  .custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
  }
  .custom-option:hover,
  .custom-option.selection {
    background: #eff6e1;
  }

  #type{
    margin-bottom: 30px;
  }

  #type label{
    margin-right: 10px;
  }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 14px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #8ebe2e;
  border-radius: 5px;
}
[type="radio"]:checked + label:before{
    background: #8ebe2e;
}
[type="radio"]:not(:checked) + label:before {
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '\2713';
  color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-slider{
margin-bottom: 5px;
}

#slider_list{
  list-style: none;
  padding-left: 0;
  display: flex;
}

#slider_list li {
  margin: 0;
  padding: 0;
  margin-left: -2px;
  position: relative;
  top: -25px;
  white-space: nowrap;
  left: 0px;
  width: 60px !important;
  text-align: center;
  display: inline-block;
  background: none;
}

#type_value{
white-space: nowrap;
}

.block_path__img{
  padding: 5px;
}

.block_path__img img{
  width: 100%;
}

.block_path{
  display: flex;
}

.block_path div{
  margin: 10px 28px 20px;
  text-align: center;
  position: relative;
}

.block_path div:first-child{
  margin-left: 0;
  left: -2px;
}

.block_path div:nth-child(2){
  left: -17px;
}

.block_path div:nth-child(3){
  left: -24px;
}

.block_path div:nth-child(4){
  left: -18px;
}

.block_path div:last-child{
  left: 0;
  margin-right: 0;
}

.block_advantages{
  display: flex;
}

.block_advantages__item{
  display: flex;
  margin: 10px 5px 30px;
}

.block_advantages__img{
  min-width: 90px;
}

.block_advantages__text h4{
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 0;
}
