.calculator-block{
    display: flex;
    gap: 100px;
}
.calculator{
    flex-basis: 100%;
}

.calculator .calc-list-inner{
    padding: 0 !important;
}
body .calculator .calc-list .calc-item-title h2{
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #0E1117 !important;
}
body .calculator .calc-item__title {
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #0E1117 !important;
}
body .calculator .calc-container.horizontal{
    max-width: unset !important;
}
body .calculator-settings.ccb-front{
    margin: 0 !important;
}
body .calculator{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    gap: 30px;
}

.ccb-field-quantity{
    max-width: 215px;
    flex-basis: 215px;
}
.sub-list-item.total{
    position: relative;
}
.sub-list-item.total:before{
    content: '';
    background: #D8D9E4;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: -10px;
}
.sub-item-value{
    font-weight: 500 !important;
    color: #0E1117 !important;
    font-size: 18px !important;
    line-height: 150% !important;
}
.sub-list-item.total .sub-item-title,
.sub-list-item.total .sub-item-value{
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #0E1117 !important;
}
.calc-subtotal-list-accordion .sub-list-item:last-child .sub-item-value:before{
    content: '$';
    font-weight: 500 !important;
    color: #0E1117 !important;
    font-size: 18px !important;
    line-height: 150% !important;
}
body .sub-item-title{
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #6C6A72 !important;
}
.calc-input-wrapper .calc-input{
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    color: #0E1117 !important;
    background: #F5F6F6 !important;
    box-shadow: inset 0px 0px 68px rgba(22, 33, 60, 0.06) !important;
    border-radius: 10px !important;
}
body .calculator .ccb-field.ccb-appearance-field{
    padding: 34px 60px !important;
    text-align: center;
}
.calc-input-wrapper.ccb-field{
    position: relative;
}
.input-number-counter.down:before{
    background: center / contain no-repeat url("/wp-content/uploads/2022/11/minus.svg");
}
body .calc-input-wrapper .input-number-counter.down{
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
}
.input-number-counter.up:before{
    background: center / contain no-repeat url("/wp-content/uploads/2022/11/new_up.svg");
}
.input-number-counter.up:before,
.input-number-counter.down:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 46px;
}
.input-number-counter.up i,
.input-number-counter.down i{
    display: none;
}
body .calculator .calc-input-wrapper .input-number-counter.down{
    left: 12px !important;
    top: 12px !important;
    width: 46px !important;
    height: 46px !important;
}
body .calculator .calc-input-wrapper .input-number-counter.up{
    right: 12px !important;
    top: 12px !important;
    width: 46px !important;
    height: 46px !important;
}
.calc-fields-container .calc-item:last-child{
    flex-basis: calc(100% - 235px);
}
.calculator-block> div{
    z-index: 9;
    position: relative;
}
body .calculator-block{
    position: relative;
}
body .calculator-block:before{
    content: '';
    background: url("/wp-content/uploads/2022/11/faq_before.svg");
    background-size: contain;
    width: 1100px;
    height: 1100px;
    position: absolute;
    top: -300px;
    left: -400px;
}
body .calculator .calc-range-slider-min-max span:after{
    content: '$';
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #6C6A72 !important;
}
body .calculator .calc-range-slider>input:only-of-type~.calc-range-slider__progress{
    background: #F5F6F6 !important;
}
body .calculator .calc-range-slider-min-max{
    margin-top: 0 !important;
}
body .calculator .calc-range-slider-min-max span{
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #6C6A72 !important;
}
@media screen and (max-width:1200px ) {
    .calculator-block{
        flex-direction: column;
    }
}
@media screen and (max-width: 768px){
    body .calc-input-wrapper .calc-input{
        font-size: 14px !important;
    }
    body div.calculator .calc-list .calc-item-title{
        margin-bottom: 10px !important;
    }
    body div.calculator .calc-list .calc-item-title h2{
        font-size: 20px !important;
    }
    body .calculator-block{
        gap: 50px;
    }
    body div.calculator{
        padding: 20px;
    }
    body div .calculator-block:before{
        width: 526px;
        height: 526px;
        left: -158px;
        top: -134px;
    }
}
@media screen and (min-width: 1200px){
    body .calculator .button_wrap{
        margin-top: 37px;
    }
    .calculator-block-content{
        flex-basis: 460px;
    }
}
@media screen and (min-width: 768px){
    .calc-fields-container .calc-item:last-child{
        min-width: 320px;
    }
    .calculator-block-text{
        max-width: 260px;
    }
}