.calc_1_section{
    padding:50px 0;
}

.calculate1_block{
    display:flex;
    justify-content:space-between;
}

.inp-group{
    margin-bottom: 15px;
}
.arrow_calc-inp{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 15px;
    height: 15px;
    right: 20px;
    cursor:pointer;
}
.loc_arrow.active svg,.os_arrow.active svg{
    transform:rotate(180deg);
}
.calculate1_info{
    position:relative;
    width: 48%;
}
.calculate1_info_txt{
    position: sticky;
    top:100px;
    left: 0;
    width: 100%;
}

.calculate1_info .calculate1_info_txt ul li{
    list-style:none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 12px;
    display:flex;
    align-items:center;
}
.calculate1_info ul li:before{
    content:'';
    display:block;
    width: 6px;
    height: 6px;
    border-radius:50%;
    background: #000000;
    margin: 4px 7px 0 0;
    flex-shrink: 0;
}
.calculate1_column{
    width: 48%;
}
.calculate1_column h3{
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
}
.calculate{
    padding: 20px;
    background:#fff;
    border:1px solid #ccc;
}
.calc-attr-title{
    display:inline-block;
    font-size:13px;
    margin-bottom: 4px;
}
.group_inp-location,.group_inp-os{
    position:relative;
    display:flex;
    align-items:center;
    border:1px solid #b8f2dc;
}

.btn-location-open,.btn-os-open{
    background: #d2f7e9;
    width: 60px;
    height: 40px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#757575;
    cursor:pointer;
}
.group_inp-location .inp_location,.group_inp-os .inp_os{
    width: calc(100% - 60px);
    padding:7px 20px;
}
.list-location,.list-os{
    position:absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display:none;
    background:#fff;
    overflow-y: scroll;
    max-height: 147px;
    padding:7px;
    z-index: 100;
}
.list-location.active,.list-os.active{
    display:block;
}
.list-location span,.list-os span{
    display:flex;
    align-items:center;
    padding:0 15px;
    width: 100%;
    height: 40px;
    background: #e6eff5;
    margin-bottom: 5px;
    cursor:pointer;
}

.list-location span img,.list-os span img{
    flex-shrink: 0;
    margin-right: 7px;
}


.inp-group-slider{
    position:relative;
    display:flex;
    background:#ffffff;
    border:1px solid #b8f2dc;
}
.inp-group-slider button{
    width: 30px;
    height: 40px;
    background: #ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ffffff;
    cursor:pointer;
    color: #9c9c9c;
    font-size: 22px;
    transition:0.2s linear;
}
.inp-group-slider button:hover{
        background: #d2f7e9;
    }
.inp-group-slider input{
    width: calc(100% - 60px);
    height: 40px;
}

.inp-group-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  background: transparent;
  cursor: pointer;
}
/* Общий стиль */
.inp-group-slider input[type="range"] {
  width: 100%;
  height: auto; /* общая высота области */
  background: transparent; /* убираем дефолтный фон */
}

/* Стили для track (дорожки) */
.inp-group-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #12B878;
  border-radius: 4px;
}

.inp-group-slider input[type="range"]::-moz-range-track {
  height: 4px;
  background: #12B878;
  border-radius: 4px;
}

.inp-group-slider input[type="range"]::-ms-track {
  height: 4px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Стили для ползунка (thumb) */
.inp-group-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #12B878;
  border-radius: 50%;
  margin-top: -9px; /* выравнивание по центру трека */
}

.inp-group-slider input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #333;
  border-radius: 50%;
  border: none;
}

.inp-group-slider input[type="range"]::-ms-thumb {
  height: 20px;
  width: 20px;
  background: #333;
  border-radius: 50%;
  border: none;
}



.group_inp_ssd{
    width: calc(100% - 37px);
    margin-bottom: 0;
}

.inp-cpu,.inp-ram{
    position:absolute;
    visibility: hidden;
}
.result_inp_cpu,.result_inp_ram{
    width: calc(100% - 60px);
    height: 40px;
    display:flex;
    align-items:center;
    background:#ffffff;
    padding: 0 10px;
}

.sect_inp{
    position:relative;
    width: calc(100% - 60px);
    display:flex;
    align-items:center;
}

.sect_inp input{
    position:absolute;
    visibility: hidden;
    width: 50%;
    margin-right: 5px;
}
.inp-channel{
    position:absolute;
    visibility: hidden;
}
.result_chanel,.result_ssd{
    padding: 0 10px;
}
.sect_inp input[type=number]::-webkit-outer-spin-button,
.sect_inp input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.ssd-input-itm{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom: 20px;
}
.btn_add_ssd,.btn_del_ssd{
    width: 30px;
    height: 40px;
    background: #12B878;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    cursor:pointer;
    font-size: 22px;
}
.btn_add_ssd.disabled{
    background: #c2c2c2;
}

.list_ssd-input{
    margin-bottom: 15px;
}

.result_summ{
    padding: 10px 0;
    border-top: 1px solid #b8f2dc;
    display:flex;
    align-items:center;
    justify-content: space-between;
    
}
.result_summ .btn_all{
    padding:0 15px;
}
.result_summ-txt{
    font-size: 24px;
    text-transform:uppercase;
    font-weight:700;
}
.result_summ-txt span{
    font-size: 16px;
    text-transform: capitalize;
    font-weight:400;
}
.result-test{
    margin-bottom: 12px;
}
.result span{
    display:inline-block;
    margin-bottom: 10px;
}


.slider_inp{
    position:absolute;
    bottom: -2px;
    left: 0;
    height: 7px;
    width: 100%;
}


@media screen and (max-width: 768px){
    .calculate1_block{
        flex-direction:column;
    }
    .calculate1_column{
        width: 100%;
        margin-bottom: 18px;
    }
    .calculate1_column h3{
        text-align:center;
    }
    .calculate1_info{
        width: 100%;
    }
    .result_summ {
        flex-direction:column;
    }
    .result_summ-txt{
        margin-bottom: 12px;
    }
    .result_summ .btn_all{
        width: 100%;
    }
}












